#4C86BF

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

Shades of Havelock Blue #4C86BF

Tints of Havelock Blue #4C86BF

Color information

#4C86BF (or 0x4C86BF) is unknown color: approx Havelock Blue. HEX triplet: 4C, 86 and BF. RGB value is (76,134,191). Sum of RGB (Red+Green+Blue) = 76+134+191=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C86BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C86BF is #B37940. Grayscale: #7A7A7A. Windows color (decimal): -11761985 or 12551756. OLE color: 12551756.

HSL color Cylindrical-coordinate representation of color #4C86BF: hue angle of 209.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C86BF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76134191-
CMYK0.600.3000.25
HSL209.74º47.33%52.35%-
HSV(B)209.74º60.21%74.9%-
XYZ20.9122.3552.5-
YUV123.16166.2894.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 191 (75% from 255) = 47.63%
R=18.95%
G=33.42%
B=47.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761341910.600.3000.25209.7447.3352.35
Hex4C86BF3C1E019d22f34
Octal11420627774360313225764
Binary100110010000110101111111111001111001100111010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,191); }

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

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

 a { background-color: rgb(76,134,191); }

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

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

 span { border-color: rgb(76,134,191); }

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