Html Css Color HEX #4D89DD Havelock Blue

📋 copy color: '#4D89DD'

red 77 ◦ green 137 ◦ blue 221

#4D89DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4D89DD

Tints of Havelock Blue #4D89DD

RGB

 RED value IS 77 (30.47% from 255) = 17.7%

 GREEN value IS 137 (53.91% from 255) = 31.49%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 17.7%
G = 31.49%
B = 50.8%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D89DD (or 0x4D89DD) is known color: Havelock Blue. HEX triplet: 4D, 89 and DD. RGB value is (77,137,221). Sum of RGB (Red+Green+Blue) = 77+137+221=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D89DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D89DD is #B27622. Grayscale: #808080. Windows color (decimal): -11695651 or 14518605. OLE color: 14518605.

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

Color convert

RGB 77 137 221 -
CMYK 0.65 0.38 0 0.13
HSL 215º 0.68% 0.58% -
HSV(B) 215º 0.65% 0.87% -
XYZ 25.06 24.69 71.85 -
YUV 128.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 77 137 221 0.65 0.38 0 0.13 215 0.68 0.58
Hex 4D 89 DD 41 26 0 D D7 44 3A
Octal 115 211 335 101 46 0 15 327 104 72
Binary 1001101 10001001 11011101 1000001 100110 0 1101 11010111 1000100 111010

Color Harmonies of #4D89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D89DD

Black with #4D89DD

Text Example


Text Example

White with #4D89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D89DD;
 }
 .AnyTagClassName
 {
   color: #4D89DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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