#4C85BF

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

Shades of Havelock Blue #4C85BF

Tints of Havelock Blue #4C85BF

Color information

#4C85BF (or 0x4C85BF) is unknown color: approx Havelock Blue. HEX triplet: 4C, 85 and BF. RGB value is (76,133,191). Sum of RGB (Red+Green+Blue) = 76+133+191=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85BF is #B37A40. Grayscale: #7A7A7A. Windows color (decimal): -11762241 or 12551500. OLE color: 12551500.

HSL color Cylindrical-coordinate representation of color #4C85BF: hue angle of 210.26º 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 #4C85BF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76133191-
CMYK0.600.3000.25
HSL210.26º47.33%52.35%-
HSV(B)210.26º60.21%74.9%-
XYZ20.7722.0752.46-
YUV122.57166.6294.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 191 (75% from 255) = 47.75%
R=19%
G=33.25%
B=47.75%

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
Decimal761331910.600.3000.25210.2647.3352.35
Hex4C85BF3C1E019d22f34
Octal11420527774360313225764
Binary100110010000101101111111111001111001100111010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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