#4E88CA

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

Shades of Havelock Blue #4E88CA

Tints of Havelock Blue #4E88CA

Color information

#4E88CA (or 0x4E88CA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 88 and CA. RGB value is (78,136,202). Sum of RGB (Red+Green+Blue) = 78+136+202=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E88CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E88CA is #B17735. Grayscale: #7D7D7D. Windows color (decimal): -11630390 or 13273166. OLE color: 13273166.

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

Color convert

RGB78136202-
CMYK0.610.3300.21
HSL211.94º53.91%54.9%-
HSV(B)211.94º61.39%79.22%-
XYZ22.6123.4959.22-
YUV126.18170.7893.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=18.75%
G=32.69%
B=48.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781362020.610.3300.21211.9453.9154.9
Hex4E88CA3D21015d43637
Octal11621031275410253246667
Binary1001110100010001100101011110110000101010111010100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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