#4EAECA

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

Shades of Viking #4EAECA

Tints of Viking #4EAECA

Color information

#4EAECA (or 0x4EAECA) is unknown color: approx Viking. HEX triplet: 4E, AE and CA. RGB value is (78,174,202). Sum of RGB (Red+Green+Blue) = 78+174+202=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAECA is #B15135. Grayscale: #949494. Windows color (decimal): -11620662 or 13282894. OLE color: 13282894.

HSL color Cylindrical-coordinate representation of color #4EAECA: hue angle of 193.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EAECA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78174202-
CMYK0.610.1400.21
HSL193.55º53.91%54.9%-
HSV(B)193.55º61.39%79.22%-
XYZ28.9436.1661.33-
YUV148.49158.277.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.18%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=17.18%
G=38.33%
B=44.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781742020.610.1400.21193.5553.9154.9
Hex4EAECA3DE015c23637
Octal11625631275160253026667
Binary10011101010111011001010111101111001010111000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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