#4FAEC8

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

Shades of Viking #4FAEC8

Tints of Viking #4FAEC8

Color information

#4FAEC8 (or 0x4FAEC8) is unknown color: approx Viking. HEX triplet: 4F, AE and C8. RGB value is (79,174,200). Sum of RGB (Red+Green+Blue) = 79+174+200=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #4FAEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEC8 is #B05137. Grayscale: #949494. Windows color (decimal): -11555128 or 13151823. OLE color: 13151823.

HSL color Cylindrical-coordinate representation of color #4FAEC8: hue angle of 192.89º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FAEC8 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB79174200-
CMYK0.600.1300.22
HSL192.89º52.38%54.71%-
HSV(B)192.89º60.5%78.43%-
XYZ28.7936.160.1-
YUV148.56157.0378.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.44%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=17.44%
G=38.41%
B=44.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal791742000.600.1300.22192.8952.3854.71
Hex4FAEC83CD016c13437
Octal11725631074150263016467
Binary10011111010111011001000111100110101011011000001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,174,200); }

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

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

 a { background-color: rgb(79,174,200); }

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

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

 span { border-color: rgb(79,174,200); }

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