Html Css Color HEX #4989CF Havelock Blue

📋 copy color: '#4989CF'

red 73 ◦ green 137 ◦ blue 207

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

Shades of Havelock Blue #4989CF

Tints of Havelock Blue #4989CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 17.51%
G = 32.85%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4989CF (or 0x4989CF) is known color: Havelock Blue. HEX triplet: 49, 89 and CF. RGB value is (73,137,207). Sum of RGB (Red+Green+Blue) = 73+137+207=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #4989CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989CF is #B67630. Grayscale: #7D7D7D. Windows color (decimal): -11957809 or 13601097. OLE color: 13601097.

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

Color convert

RGB 73 137 207 -
CMYK 0.65 0.34 0 0.19
HSL 211.34º 0.58% 0.55% -
HSV(B) 211.34º 0.65% 0.81% -
XYZ 22.96 23.81 62.42 -
YUV 125.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 73 137 207 0.65 0.34 0 0.19 211.34 0.58 0.55
Hex 49 89 CF 41 22 0 13 D3 3A 37
Octal 111 211 317 101 42 0 23 323 72 67
Binary 1001001 10001001 11001111 1000001 100010 0 10011 11010011 111010 110111

Color Harmonies of #4989CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4989CF

Black with #4989CF

Text Example


Text Example

White with #4989CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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