#4A89CC

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

Shades of Havelock Blue #4A89CC

Tints of Havelock Blue #4A89CC

Color information

#4A89CC (or 0x4A89CC) is unknown color: approx Havelock Blue. HEX triplet: 4A, 89 and CC. RGB value is (74,137,204). Sum of RGB (Red+Green+Blue) = 74+137+204=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89CC is #B57633. Grayscale: #7D7D7D. Windows color (decimal): -11892276 or 13404490. OLE color: 13404490.

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

Color convert

RGB74137204-
CMYK0.640.3300.2
HSL210.92º56.03%54.51%-
HSV(B)210.92º63.73%80%-
XYZ22.6723.7160.51-
YUV125.8172.1391.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.83%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=17.83%
G=33.01%
B=49.16%

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
Decimal741372040.640.3300.2210.9256.0354.51
Hex4A89CC4021014d33837
Octal112211314100410243237067
Binary10010101000100111001100100000010000101010011010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A89CC; }

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

 H1.HeaderClassName
 {
   color: #4A89CC;
 }
 .AnyTagClassName
 {
   color: #4A89CC;
 }
</style>
background-color css

<style>
 a { background-color: #4A89CC; }

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

 div.DivClassName
 {
   background-color: #4A89CC;
 }
 .BgClassName
 {
   background-color: #4A89CC;
 }
</style>
border-color css

<style>
 span { border-color: #4A89CC; }

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

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