#4E6EBA

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

Shades of Havelock Blue #4E6EBA

Tints of Havelock Blue #4E6EBA

Color information

#4E6EBA (or 0x4E6EBA) is unknown color: approx Havelock Blue. HEX triplet: 4E, 6E and BA. RGB value is (78,110,186). Sum of RGB (Red+Green+Blue) = 78+110+186=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EBA is #B19145. Grayscale: #6C6C6C. Windows color (decimal): -11637062 or 12217934. OLE color: 12217934.

HSL color Cylindrical-coordinate representation of color #4E6EBA: hue angle of 222.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E6EBA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78110186-
CMYK0.580.4100.27
HSL222.22º43.9%51.76%-
HSV(B)222.22º58.06%72.94%-
XYZ17.5816.3248.68-
YUV109.1171.4105.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.86%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=20.86%
G=29.41%
B=49.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781101860.580.4100.27222.2243.951.76
Hex4E6EBA3A2901Bde2c34
Octal11615627272510333365464
Binary100111011011101011101011101010100101101111011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,110,186); }

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

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

 a { background-color: rgb(78,110,186); }

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

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

 span { border-color: rgb(78,110,186); }

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