#4FA8B6

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

Shades of Viking #4FA8B6

Tints of Viking #4FA8B6

Color information

#4FA8B6 (or 0x4FA8B6) is unknown color: approx Viking. HEX triplet: 4F, A8 and B6. RGB value is (79,168,182). Sum of RGB (Red+Green+Blue) = 79+168+182=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #4FA8B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA8B6 is #B05749. Grayscale: #8E8E8E. Windows color (decimal): -11556682 or 11970639. OLE color: 11970639.

HSL color Cylindrical-coordinate representation of color #4FA8B6: hue angle of 188.16º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FA8B6 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79168182-
CMYK0.570.0800.29
HSL188.16º41.37%51.18%-
HSV(B)188.16º56.59%71.37%-
XYZ25.6733.0449.28-
YUV142.98150.0182.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.41%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=18.41%
G=39.16%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791681820.570.0800.29188.1641.3751.18
Hex4FA8B639801Dbc2933
Octal11725026671100352745163
Binary10011111010100010110110111001100001110110111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,182); }

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

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

 a { background-color: rgb(79,168,182); }

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

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

 span { border-color: rgb(79,168,182); }

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