#4988DE

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

Shades of Havelock Blue #4988DE

Tints of Havelock Blue #4988DE

Color information

#4988DE (or 0x4988DE) is unknown color: approx Havelock Blue. HEX triplet: 49, 88 and DE. RGB value is (73,136,222). Sum of RGB (Red+Green+Blue) = 73+136+222=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #4988DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4988DE is #B67721. Grayscale: #7E7E7E. Windows color (decimal): -11958050 or 14583881. OLE color: 14583881.

HSL color Cylindrical-coordinate representation of color #4988DE: hue angle of 214.63º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4988DE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73136222-
CMYK0.670.3900.13
HSL214.63º69.3%57.84%-
HSV(B)214.63º67.12%87.06%-
XYZ24.7424.372.49-
YUV126.97181.6389.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=16.94%
G=31.55%
B=51.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731362220.670.3900.13214.6369.357.84
Hex4988DE43270Dd7453a
Octal1112103361034701532710572
Binary10010011000100011011110100001110011101101110101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4988DE; }

 p { color: rgb(73,136,222); }

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

<style>
 a { background-color: #4988DE; }

 a { background-color: rgb(73,136,222); }

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

<style>
 span { border-color: #4988DE; }

 span { border-color: rgb(73,136,222); }

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