#4B89DB

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

Shades of Havelock Blue #4B89DB

Tints of Havelock Blue #4B89DB

Color information

#4B89DB (or 0x4B89DB) is unknown color: approx Havelock Blue. HEX triplet: 4B, 89 and DB. RGB value is (75,137,219). Sum of RGB (Red+Green+Blue) = 75+137+219=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B89DB is #B47624. Grayscale: #7F7F7F. Windows color (decimal): -11826725 or 14387531. OLE color: 14387531.

HSL color Cylindrical-coordinate representation of color #4B89DB: hue angle of 214.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B89DB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB75137219-
CMYK0.660.3700.14
HSL214.17º66.67%57.65%-
HSV(B)214.17º65.75%85.88%-
XYZ24.6324.570.45-
YUV127.81179.4690.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.40%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 219 (85.94% from 255) = 50.81%
R=17.40%
G=31.79%
B=50.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal751372190.660.3700.14214.1766.6757.65
Hex4B89DB42250Ed6433a
Octal1132113331024501632610372
Binary10010111000100111011011100001010010101110110101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,219); }

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

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

 a { background-color: rgb(75,137,219); }

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

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

 span { border-color: rgb(75,137,219); }

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