#4879CC

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

Shades of Havelock Blue #4879CC

Tints of Havelock Blue #4879CC

Color information

#4879CC (or 0x4879CC) is unknown color: approx Havelock Blue. HEX triplet: 48, 79 and CC. RGB value is (72,121,204). Sum of RGB (Red+Green+Blue) = 72+121+204=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #4879CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879CC is #B78633. Grayscale: #737373. Windows color (decimal): -12027444 or 13400392. OLE color: 13400392.

HSL color Cylindrical-coordinate representation of color #4879CC: hue angle of 217.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4879CC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72121204-
CMYK0.650.4100.2
HSL217.73º56.41%54.12%-
HSV(B)217.73º64.71%80%-
XYZ20.4119.4159.8-
YUV115.81177.7796.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=18.14%
G=30.48%
B=51.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721212040.650.4100.2217.7356.4154.12
Hex4879CC4129014da3836
Octal110171314101510243327066
Binary1001000111100111001100100000110100101010011011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4879CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4879CC; }

 p { color: rgb(72,121,204); }

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

<style>
 a { background-color: #4879CC; }

 a { background-color: rgb(72,121,204); }

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

<style>
 span { border-color: #4879CC; }

 span { border-color: rgb(72,121,204); }

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