#4E71CA

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

Shades of Havelock Blue #4E71CA

Tints of Havelock Blue #4E71CA

Color information

#4E71CA (or 0x4E71CA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 71 and CA. RGB value is (78,113,202). Sum of RGB (Red+Green+Blue) = 78+113+202=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E71CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E71CA is #B18E35. Grayscale: #707070. Windows color (decimal): -11636278 or 13267278. OLE color: 13267278.

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

Color convert

RGB78113202-
CMYK0.610.4400.21
HSL223.06º53.91%54.9%-
HSV(B)223.06º61.39%79.22%-
XYZ19.7117.6958.25-
YUV112.68178.4103.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.85%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=19.85%
G=28.75%
B=51.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781132020.610.4400.21223.0653.9154.9
Hex4E71CA3D2C015df3637
Octal11616131275540253376667
Binary100111011100011100101011110110110001010111011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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