Html Css Color HEX #4989CC Havelock Blue

📋 copy color: '#4989CC'

red 73 ◦ green 137 ◦ blue 204

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

Shades of Havelock Blue #4989CC

Tints of Havelock Blue #4989CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 17.63%
G = 33.09%
B = 49.28%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4989CC (or 0x4989CC) is known color: Havelock Blue. HEX triplet: 49, 89 and CC. RGB value is (73,137,204). Sum of RGB (Red+Green+Blue) = 73+137+204=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #4989CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989CC is #B67633. Grayscale: #7D7D7D. Windows color (decimal): -11957812 or 13404489. OLE color: 13404489.

HSL color Cylindrical-coordinate representation of color #4989CC: hue angle of 210.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4989CC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 137 204 -
CMYK 0.64 0.33 0 0.2
HSL 210.69º 0.56% 0.54% -
HSV(B) 210.69º 0.64% 0.8% -
XYZ 22.59 23.67 60.5 -
YUV 125.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 73 137 204 0.64 0.33 0 0.2 210.69 0.56 0.54
Hex 49 89 CC 40 21 0 14 D3 38 36
Octal 111 211 314 100 41 0 24 323 70 66
Binary 1001001 10001001 11001100 1000000 100001 0 10100 11010011 111000 110110

Color Harmonies of #4989CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4989CC

Black with #4989CC

Text Example


Text Example

White with #4989CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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