#4B79BF

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

Shades of Havelock Blue #4B79BF

Tints of Havelock Blue #4B79BF

Color information

#4B79BF (or 0x4B79BF) is unknown color: approx Havelock Blue. HEX triplet: 4B, 79 and BF. RGB value is (75,121,191). Sum of RGB (Red+Green+Blue) = 75+121+191=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B79BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B79BF is #B48640. Grayscale: #727272. Windows color (decimal): -11830849 or 12548427. OLE color: 12548427.

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

Color convert

RGB75121191-
CMYK0.610.3700.25
HSL216.21º47.54%52.16%-
HSV(B)216.21º60.73%74.9%-
XYZ19.1418.9351.94-
YUV115.23170.7699.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 191 (75% from 255) = 49.35%
R=19.38%
G=31.27%
B=49.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751211910.610.3700.25216.2147.5452.16
Hex4B79BF3D25019d83034
Octal11317127775450313306064
Binary100101111110011011111111110110010101100111011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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