#4FA5B6

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

Shades of Viking #4FA5B6

Tints of Viking #4FA5B6

Color information

#4FA5B6 (or 0x4FA5B6) is unknown color: approx Viking. HEX triplet: 4F, A5 and B6. RGB value is (79,165,182). Sum of RGB (Red+Green+Blue) = 79+165+182=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #4FA5B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA5B6 is #B05A49. Grayscale: #8D8D8D. Windows color (decimal): -11557450 or 11969871. OLE color: 11969871.

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

Color convert

RGB79165182-
CMYK0.570.0900.29
HSL189.9º41.37%51.18%-
HSV(B)189.9º56.59%71.37%-
XYZ25.1231.9549.1-
YUV141.22151.0183.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=18.54%
G=38.73%
B=42.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791651820.570.0900.29189.941.3751.18
Hex4FA5B639901Dbe2933
Octal11724526671110352765163
Binary10011111010010110110110111001100101110110111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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