#4FA9BA

Color #4FA9BA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4FA9BA

Tints of Viking #4FA9BA

Color information

#4FA9BA (or 0x4FA9BA) is unknown color: approx Viking. HEX triplet: 4F, A9 and BA. RGB value is (79,169,186). Sum of RGB (Red+Green+Blue) = 79+169+186=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FA9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA9BA is #B05645. Grayscale: #8F8F8F. Windows color (decimal): -11556422 or 12233039. OLE color: 12233039.

HSL color Cylindrical-coordinate representation of color #4FA9BA: hue angle of 189.53º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FA9BA is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB79169186-
CMYK0.580.0900.27
HSL189.53º43.67%51.96%-
HSV(B)189.53º57.53%72.94%-
XYZ26.2833.5851.55-
YUV144.03151.6881.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 18.20%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=18.20%
G=38.94%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal791691860.580.0900.27189.5343.6751.96
Hex4FA9BA3A901Bbe2c34
Octal11725127272110332765464
Binary10011111010100110111010111010100101101110111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA9BA; }

 p { color: rgb(79,169,186); }

 H1.HeaderClassName
 {
   color: #4FA9BA;
 }
 .AnyTagClassName
 {
   color: #4FA9BA;
 }
</style>
background-color css

<style>
 a { background-color: #4FA9BA; }

 a { background-color: rgb(79,169,186); }

 div.DivClassName
 {
   background-color: #4FA9BA;
 }
 .BgClassName
 {
   background-color: #4FA9BA;
 }
</style>
border-color css

<style>
 span { border-color: #4FA9BA; }

 span { border-color: rgb(79,169,186); }

 td.TdClassName
 {
   border-color: #4FA9BA;
 }
 .TagClassName
 {
   border-color: #4FA9BA;
 }
</style>