#4C85DB

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

Shades of Havelock Blue #4C85DB

Tints of Havelock Blue #4C85DB

Color information

#4C85DB (or 0x4C85DB) is unknown color: approx Havelock Blue. HEX triplet: 4C, 85 and DB. RGB value is (76,133,219). Sum of RGB (Red+Green+Blue) = 76+133+219=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85DB is #B37A24. Grayscale: #7D7D7D. Windows color (decimal): -11762213 or 14386508. OLE color: 14386508.

HSL color Cylindrical-coordinate representation of color #4C85DB: hue angle of 216.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C85DB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76133219-
CMYK0.650.3900.14
HSL216.08º66.51%57.84%-
HSV(B)216.08º65.3%85.88%-
XYZ24.1523.4370.27-
YUV125.76180.6292.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.76%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 219 (85.94% from 255) = 51.17%
R=17.76%
G=31.07%
B=51.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761332190.650.3900.14216.0866.5157.84
Hex4C85DB41270Ed8433a
Octal1142053331014701633010372
Binary10011001000010111011011100000110011101110110110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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