#4B87DB

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

Shades of Havelock Blue #4B87DB

Tints of Havelock Blue #4B87DB

Color information

#4B87DB (or 0x4B87DB) is unknown color: approx Havelock Blue. HEX triplet: 4B, 87 and DB. RGB value is (75,135,219). Sum of RGB (Red+Green+Blue) = 75+135+219=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B87DB is #B47824. Grayscale: #7E7E7E. Windows color (decimal): -11827237 or 14387019. OLE color: 14387019.

HSL color Cylindrical-coordinate representation of color #4B87DB: hue angle of 215º 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 #4B87DB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB75135219-
CMYK0.660.3800.14
HSL215º66.67%57.65%-
HSV(B)215º65.75%85.88%-
XYZ24.3523.9470.35-
YUV126.64180.1291.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=17.48%
G=31.47%
B=51.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal751352190.660.3800.1421566.6757.65
Hex4B87DB42260Ed7433a
Octal1132073331024601632710372
Binary10010111000011111011011100001010011001110110101111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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