#4C89DD

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

Shades of Havelock Blue #4C89DD

Tints of Havelock Blue #4C89DD

Color information

#4C89DD (or 0x4C89DD) is unknown color: approx Havelock Blue. HEX triplet: 4C, 89 and DD. RGB value is (76,137,221). Sum of RGB (Red+Green+Blue) = 76+137+221=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C89DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C89DD is #B37622. Grayscale: #7F7F7F. Windows color (decimal): -11761187 or 14518604. OLE color: 14518604.

HSL color Cylindrical-coordinate representation of color #4C89DD: hue angle of 214.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C89DD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76137221-
CMYK0.660.3800.13
HSL214.76º68.08%58.24%-
HSV(B)214.76º65.61%86.67%-
XYZ24.9824.6571.85-
YUV128.34180.2990.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.51%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=17.51%
G=31.57%
B=50.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761372210.660.3800.13214.7668.0858.24
Hex4C89DD42260Dd7443a
Octal1142113351024601532710472
Binary10011001000100111011101100001010011001101110101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,221); }

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

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

 a { background-color: rgb(76,137,221); }

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

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

 span { border-color: rgb(76,137,221); }

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