#4878D0

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

Shades of Havelock Blue #4878D0

Tints of Havelock Blue #4878D0

Color information

#4878D0 (or 0x4878D0) is unknown color: approx Havelock Blue. HEX triplet: 48, 78 and D0. RGB value is (72,120,208). Sum of RGB (Red+Green+Blue) = 72+120+208=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #4878D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878D0 is #B7872F. Grayscale: #737373. Windows color (decimal): -12027696 or 13662280. OLE color: 13662280.

HSL color Cylindrical-coordinate representation of color #4878D0: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4878D0 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72120208-
CMYK0.650.4200.18
HSL218.82º59.13%54.9%-
HSV(B)218.82º65.38%81.57%-
XYZ20.7719.3662.32-
YUV115.68180.196.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 208 (81.64% from 255) = 52%
R=18%
G=30%
B=52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721202080.650.4200.18218.8259.1354.9
Hex4878D0412A012db3b37
Octal110170320101520223337367
Binary1001000111100011010000100000110101001001011011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4878D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4878D0; }

 p { color: rgb(72,120,208); }

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

<style>
 a { background-color: #4878D0; }

 a { background-color: rgb(72,120,208); }

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

<style>
 span { border-color: #4878D0; }

 span { border-color: rgb(72,120,208); }

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