#4FA7B6

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

Shades of Viking #4FA7B6

Tints of Viking #4FA7B6

Color information

#4FA7B6 (or 0x4FA7B6) is unknown color: approx Viking. HEX triplet: 4F, A7 and B6. RGB value is (79,167,182). Sum of RGB (Red+Green+Blue) = 79+167+182=428 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.46% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #4FA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA7B6 is #B05849. Grayscale: #8E8E8E. Windows color (decimal): -11556938 or 11970383. OLE color: 11970383.

HSL color Cylindrical-coordinate representation of color #4FA7B6: hue angle of 188.74º 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 #4FA7B6 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79167182-
CMYK0.570.0800.29
HSL188.74º41.37%51.18%-
HSV(B)188.74º56.59%71.37%-
XYZ25.4932.6849.22-
YUV142.4150.3582.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.46%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=18.46%
G=39.02%
B=42.52%

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
Decimal791671820.570.0800.29188.7441.3751.18
Hex4FA7B639801Dbd2933
Octal11724726671100352755163
Binary10011111010011110110110111001100001110110111101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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