#4D79BF

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

Shades of Havelock Blue #4D79BF

Tints of Havelock Blue #4D79BF

Color information

#4D79BF (or 0x4D79BF) is unknown color: approx Havelock Blue. HEX triplet: 4D, 79 and BF. RGB value is (77,121,191). Sum of RGB (Red+Green+Blue) = 77+121+191=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D79BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D79BF is #B28640. Grayscale: #737373. Windows color (decimal): -11699777 or 12548429. OLE color: 12548429.

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

Color convert

RGB77121191-
CMYK0.600.3700.25
HSL216.84º47.11%52.55%-
HSV(B)216.84º59.69%74.9%-
XYZ19.319.0151.94-
YUV115.82170.42100.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.79%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 49.10%
R=19.79%
G=31.11%
B=49.10%

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
Decimal771211910.600.3700.25216.8447.1152.55
Hex4D79BF3C25019d92f35
Octal11517127774450313315765
Binary100110111110011011111111110010010101100111011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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