#4989CC

Color #4989CC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4989CC

Tints of Havelock Blue #4989CC

Color information

#4989CC (or 0x4989CC) is unknown color: approx 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

RGB73137204-
CMYK0.640.3300.2
HSL210.69º56.22%54.31%-
HSV(B)210.69º64.22%80%-
XYZ22.5923.6760.5-
YUV125.5172.390.55-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731372040.640.3300.2210.6956.2254.31
Hex4989CC4021014d33836
Octal111211314100410243237066
Binary10010011000100111001100100000010000101010011010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4989CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>