#4C79BB

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

Shades of Havelock Blue #4C79BB

Tints of Havelock Blue #4C79BB

Color information

#4C79BB (or 0x4C79BB) is unknown color: approx Havelock Blue. HEX triplet: 4C, 79 and BB. RGB value is (76,121,187). Sum of RGB (Red+Green+Blue) = 76+121+187=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C79BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C79BB is #B38644. Grayscale: #727272. Windows color (decimal): -11765317 or 12286284. OLE color: 12286284.

HSL color Cylindrical-coordinate representation of color #4C79BB: hue angle of 215.68º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C79BB is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76121187-
CMYK0.590.3500.27
HSL215.68º44.94%51.57%-
HSV(B)215.68º59.36%73.33%-
XYZ18.7918.849.65-
YUV115.07168.59100.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=19.79%
G=31.51%
B=48.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761211870.590.3500.27215.6844.9451.57
Hex4C79BB3B2301Bd82d34
Octal11417127373430333305564
Binary100110011110011011101111101110001101101111011000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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