#4E78CA

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

Shades of Havelock Blue #4E78CA

Tints of Havelock Blue #4E78CA

Color information

#4E78CA (or 0x4E78CA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 78 and CA. RGB value is (78,120,202). Sum of RGB (Red+Green+Blue) = 78+120+202=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E78CA is #B18735. Grayscale: #747474. Windows color (decimal): -11634486 or 13269070. OLE color: 13269070.

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

Color convert

RGB78120202-
CMYK0.610.4100.21
HSL219.68º53.91%54.9%-
HSV(B)219.68º61.39%79.22%-
XYZ20.5219.3258.52-
YUV116.79176.09100.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.5%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=19.5%
G=30%
B=50.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781202020.610.4100.21219.6853.9154.9
Hex4E78CA3D29015dc3637
Octal11617031275510253346667
Binary100111011110001100101011110110100101010111011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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