#4D89C0

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

Shades of Havelock Blue #4D89C0

Tints of Havelock Blue #4D89C0

Color information

#4D89C0 (or 0x4D89C0) is unknown color: approx Havelock Blue. HEX triplet: 4D, 89 and C0. RGB value is (77,137,192). Sum of RGB (Red+Green+Blue) = 77+137+192=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D89C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D89C0 is #B2763F. Grayscale: #7D7D7D. Windows color (decimal): -11695680 or 12618061. OLE color: 12618061.

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

Color convert

RGB77137192-
CMYK0.600.2900.25
HSL208.7º47.72%52.75%-
HSV(B)208.7º59.9%75.29%-
XYZ21.5223.2753.23-
YUV125.33165.6293.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=18.97%
G=33.74%
B=47.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771371920.600.2900.25208.747.7252.75
Hex4D89C03C1D019d13035
Octal11521130074350313216065
Binary100110110001001110000001111001110101100111010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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