#4E80CA

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

Shades of Havelock Blue #4E80CA

Tints of Havelock Blue #4E80CA

Color information

#4E80CA (or 0x4E80CA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 80 and CA. RGB value is (78,128,202). Sum of RGB (Red+Green+Blue) = 78+128+202=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E80CA is #B17F35. Grayscale: #797979. Windows color (decimal): -11632438 or 13271118. OLE color: 13271118.

HSL color Cylindrical-coordinate representation of color #4E80CA: hue angle of 215.81º 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 #4E80CA is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78128202-
CMYK0.610.3700.21
HSL215.81º53.91%54.9%-
HSV(B)215.81º61.39%79.22%-
XYZ21.5221.3258.86-
YUV121.49173.4496.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=19.12%
G=31.37%
B=49.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781282020.610.3700.21215.8153.9154.9
Hex4E80CA3D25015d83637
Octal11620031275450253306667
Binary1001110100000001100101011110110010101010111011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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