#4E7CBE

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

Shades of Havelock Blue #4E7CBE

Tints of Havelock Blue #4E7CBE

Color information

#4E7CBE (or 0x4E7CBE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7C and BE. RGB value is (78,124,190). Sum of RGB (Red+Green+Blue) = 78+124+190=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E7CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7CBE is #B18341. Grayscale: #757575. Windows color (decimal): -11633474 or 12483662. OLE color: 12483662.

HSL color Cylindrical-coordinate representation of color #4E7CBE: hue angle of 215.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7CBE is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78124190-
CMYK0.590.3500.25
HSL215.36º46.28%52.55%-
HSV(B)215.36º58.95%74.51%-
XYZ19.6419.7551.49-
YUV117.77168.7699.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=19.90%
G=31.63%
B=48.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781241900.590.3500.25215.3646.2852.55
Hex4E7CBE3B23019d72e35
Octal11617427673430313275665
Binary100111011111001011111011101110001101100111010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,124,190); }

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

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

 a { background-color: rgb(78,124,190); }

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

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

 span { border-color: rgb(78,124,190); }

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