#4C79BF

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

Shades of Havelock Blue #4C79BF

Tints of Havelock Blue #4C79BF

Color information

#4C79BF (or 0x4C79BF) is unknown color: approx Havelock Blue. HEX triplet: 4C, 79 and BF. RGB value is (76,121,191). Sum of RGB (Red+Green+Blue) = 76+121+191=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C79BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C79BF is #B38640. Grayscale: #737373. Windows color (decimal): -11765313 or 12548428. OLE color: 12548428.

HSL color Cylindrical-coordinate representation of color #4C79BF: hue angle of 216.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C79BF is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76121191-
CMYK0.600.3700.25
HSL216.52º47.33%52.35%-
HSV(B)216.52º60.21%74.9%-
XYZ19.2218.9751.94-
YUV115.52170.5999.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 191 (75% from 255) = 49.23%
R=19.59%
G=31.19%
B=49.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761211910.600.3700.25216.5247.3352.35
Hex4C79BF3C25019d92f34
Octal11417127774450313315764
Binary100110011110011011111111110010010101100111011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,121,191); }

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

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

 a { background-color: rgb(76,121,191); }

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

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

 span { border-color: rgb(76,121,191); }

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