#4EAEC8

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

Shades of Viking #4EAEC8

Tints of Viking #4EAEC8

Color information

#4EAEC8 (or 0x4EAEC8) is unknown color: approx Viking. HEX triplet: 4E, AE and C8. RGB value is (78,174,200). Sum of RGB (Red+Green+Blue) = 78+174+200=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #4EAEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAEC8 is #B15137. Grayscale: #949494. Windows color (decimal): -11620664 or 13151822. OLE color: 13151822.

HSL color Cylindrical-coordinate representation of color #4EAEC8: hue angle of 192.79º degrees, saturation: 0.53, 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 #4EAEC8 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB78174200-
CMYK0.610.1300.22
HSL192.79º52.59%54.51%-
HSV(B)192.79º61%78.43%-
XYZ28.736.0660.09-
YUV148.26157.277.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.26%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=17.26%
G=38.50%
B=44.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781742000.610.1300.22192.7952.5954.51
Hex4EAEC83DD016c13537
Octal11625631075150263016567
Binary10011101010111011001000111101110101011011000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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