Html Css Color HEX #4D89BF Havelock Blue

📋 copy color: '#4D89BF'

red 77 ◦ green 137 ◦ blue 191

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

Shades of Havelock Blue #4D89BF

Tints of Havelock Blue #4D89BF

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 value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D89BF (or 0x4D89BF) is known color: 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

RGB 77 137 191 -
CMYK 0.60 0.28 0 0.25
HSL 208.42º 0.47% 0.53% -
HSV(B) 208.42º 0.6% 0.75% -
XYZ 21.41 23.23 52.65 -
YUV 125.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 77 137 191 0.60 0.28 0 0.25 208.42 0.47 0.53
Hex 4D 89 BF 3C 1C 0 19 D0 2F 35
Octal 115 211 277 74 34 0 31 320 57 65
Binary 1001101 10001001 10111111 111100 11100 0 11001 11010000 101111 110101

Color Harmonies of #4D89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D89BF

Black with #4D89BF

Text Example


Text Example

White with #4D89BF

Text Example


Text Example

HTML Codes & Css Web 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>