#4F79D3

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

Shades of Havelock Blue #4F79D3

Tints of Havelock Blue #4F79D3

Color information

#4F79D3 (or 0x4F79D3) is unknown color: approx Havelock Blue. HEX triplet: 4F, 79 and D3. RGB value is (79,121,211). Sum of RGB (Red+Green+Blue) = 79+121+211=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 211 (82.81% from 255 or 51.34% from 411); Max value from RGB is 211 - color contains mainly: blue. Hex color #4F79D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F79D3 is #B0862C. Grayscale: #767676. Windows color (decimal): -11568685 or 13859151. OLE color: 13859151.

HSL color Cylindrical-coordinate representation of color #4F79D3: hue angle of 220.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F79D3 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB79121211-
CMYK0.630.4300.17
HSL220.91º60%56.86%-
HSV(B)220.91º62.56%82.75%-
XYZ21.8220.0464.35-
YUV118.7180.0999.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.22%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 211 (82.81% from 255) = 51.34%
R=19.22%
G=29.44%
B=51.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal791212110.630.4300.17220.916056.86
Hex4F79D33F2B011dd3c39
Octal11717132377530213357471
Binary100111111110011101001111111110101101000111011101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F79D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,121,211); }

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

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

 a { background-color: rgb(79,121,211); }

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

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

 span { border-color: rgb(79,121,211); }

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