#4E8BCF

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

Shades of Havelock Blue #4E8BCF

Tints of Havelock Blue #4E8BCF

Color information

#4E8BCF (or 0x4E8BCF) is unknown color: approx Havelock Blue. HEX triplet: 4E, 8B and CF. RGB value is (78,139,207). Sum of RGB (Red+Green+Blue) = 78+139+207=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E8BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8BCF is #B17430. Grayscale: #808080. Windows color (decimal): -11629617 or 13601614. OLE color: 13601614.

HSL color Cylindrical-coordinate representation of color #4E8BCF: hue angle of 211.63º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8BCF is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78139207-
CMYK0.620.3300.19
HSL211.63º57.33%55.88%-
HSV(B)211.63º62.32%81.18%-
XYZ23.6424.5962.53-
YUV128.51172.2991.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.40%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=18.40%
G=32.78%
B=48.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781392070.620.3300.19211.6357.3355.88
Hex4E8BCF3E21013d43938
Octal11621331776410233247170
Binary1001110100010111100111111111010000101001111010100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,139,207); }

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

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

 a { background-color: rgb(78,139,207); }

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

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

 span { border-color: rgb(78,139,207); }

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