#4A88CE

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

Shades of Havelock Blue #4A88CE

Tints of Havelock Blue #4A88CE

Color information

#4A88CE (or 0x4A88CE) is unknown color: approx Havelock Blue. HEX triplet: 4A, 88 and CE. RGB value is (74,136,206). Sum of RGB (Red+Green+Blue) = 74+136+206=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88CE is #B57731. Grayscale: #7D7D7D. Windows color (decimal): -11892530 or 13535306. OLE color: 13535306.

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

Color convert

RGB74136206-
CMYK0.640.3400.19
HSL211.82º57.39%54.9%-
HSV(B)211.82º64.08%80.78%-
XYZ22.7723.5261.73-
YUV125.44173.4691.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.79%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=17.79%
G=32.69%
B=49.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal741362060.640.3400.19211.8257.3954.9
Hex4A88CE4022013d43937
Octal112210316100420233247167
Binary10010101000100011001110100000010001001001111010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,136,206); }

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

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

 a { background-color: rgb(74,136,206); }

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

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

 span { border-color: rgb(74,136,206); }

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