Html Css Color HEX #4989D1 Havelock Blue

📋 copy color: '#4989D1'

red 73 ◦ green 137 ◦ blue 209

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

Shades of Havelock Blue #4989D1

Tints of Havelock Blue #4989D1

RGB

 RED value IS 73 (28.91% from 255) = 17.42%

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

 BLUE value IS 209 (82.03% from 255) = 49.88%

R = 17.42%
G = 32.7%
B = 49.88%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4989D1 (or 0x4989D1) is known color: Havelock Blue. HEX triplet: 49, 89 and D1. RGB value is (73,137,209). Sum of RGB (Red+Green+Blue) = 73+137+209=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #4989D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989D1 is #B6762E. Grayscale: #7D7D7D. Windows color (decimal): -11957807 or 13732169. OLE color: 13732169.

HSL color Cylindrical-coordinate representation of color #4989D1: hue angle of 211.76º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4989D1 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 137 209 -
CMYK 0.65 0.34 0 0.18
HSL 211.76º 0.6% 0.55% -
HSV(B) 211.76º 0.65% 0.82% -
XYZ 23.2 23.91 63.71 -
YUV 126.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 73 137 209 0.65 0.34 0 0.18 211.76 0.6 0.55
Hex 49 89 D1 41 22 0 12 D4 3C 37
Octal 111 211 321 101 42 0 22 324 74 67
Binary 1001001 10001001 11010001 1000001 100010 0 10010 11010100 111100 110111

Color Harmonies of #4989D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4989D1

Black with #4989D1

Text Example


Text Example

White with #4989D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4989D1; }

 p { color: rgb(73,137,209); }

 H1.HeaderClassName
 {
   color: #4989D1;
 }
 .AnyTagClassName
 {
   color: #4989D1;
 }
</style>

background-color css

<style>
 a { background-color: #4989D1; }

 a { background-color: rgb(73,137,209); }

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

border-color css

<style>
 span { border-color: #4989D1; }

 span { border-color: rgb(73,137,209); }

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