#4D89BF

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

Shades of Havelock Blue #4D89BF

Tints of Havelock Blue #4D89BF

Color information

#4D89BF (or 0x4D89BF) is unknown color: approx Havelock Blue. HEX triplet: 4D, 89 and BF. RGB value is (77,137,191). Sum of RGB (Red+Green+Blue) = 77+137+191=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D89BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D89BF is #B27640. Grayscale: #7C7C7C. Windows color (decimal): -11695681 or 12552525. OLE color: 12552525.

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

Color convert

RGB77137191-
CMYK0.600.2800.25
HSL208.42º47.11%52.55%-
HSV(B)208.42º59.69%74.9%-
XYZ21.4123.2352.65-
YUV125.22165.1293.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 191 (75% from 255) = 47.16%
R=19.01%
G=33.83%
B=47.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771371910.600.2800.25208.4247.1152.55
Hex4D89BF3C1C019d02f35
Octal11521127774340313205765
Binary100110110001001101111111111001110001100111010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D89BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,137,191); }

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

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

 a { background-color: rgb(77,137,191); }

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

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

 span { border-color: rgb(77,137,191); }

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