#4E7FBB

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

Shades of Havelock Blue #4E7FBB

Tints of Havelock Blue #4E7FBB

Color information

#4E7FBB (or 0x4E7FBB) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7F and BB. RGB value is (78,127,187). Sum of RGB (Red+Green+Blue) = 78+127+187=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E7FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7FBB is #B18044. Grayscale: #767676. Windows color (decimal): -11632709 or 12287822. OLE color: 12287822.

HSL color Cylindrical-coordinate representation of color #4E7FBB: hue angle of 213.03º 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 #4E7FBB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78127187-
CMYK0.580.3200.27
HSL213.03º44.49%51.96%-
HSV(B)213.03º58.29%73.33%-
XYZ19.720.3949.91-
YUV119.19166.2798.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=19.90%
G=32.40%
B=47.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781271870.580.3200.27213.0344.4951.96
Hex4E7FBB3A2001Bd52c34
Octal11617727372400333255464
Binary100111011111111011101111101010000001101111010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,127,187); }

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

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

 a { background-color: rgb(78,127,187); }

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

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

 span { border-color: rgb(78,127,187); }

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