#4E7FBC

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

Shades of Havelock Blue #4E7FBC

Tints of Havelock Blue #4E7FBC

Color information

#4E7FBC (or 0x4E7FBC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7F and BC. RGB value is (78,127,188). Sum of RGB (Red+Green+Blue) = 78+127+188=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7FBC is #B18043. Grayscale: #777777. Windows color (decimal): -11632708 or 12353358. OLE color: 12353358.

HSL color Cylindrical-coordinate representation of color #4E7FBC: hue angle of 213.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7FBC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB78127188-
CMYK0.590.3200.26
HSL213.27º45.08%52.16%-
HSV(B)213.27º58.51%73.73%-
XYZ19.8120.4350.48-
YUV119.3166.7798.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.85%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=19.85%
G=32.32%
B=47.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781271880.590.3200.26213.2745.0852.16
Hex4E7FBC3B2001Ad52d34
Octal11617727473400323255564
Binary100111011111111011110011101110000001101011010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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