#4F476F

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

Shades of Meteorite #4F476F

Tints of Meteorite #4F476F

Color information

#4F476F (or 0x4F476F) is unknown color: approx Meteorite. HEX triplet: 4F, 47 and 6F. RGB value is (79,71,111). Sum of RGB (Red+Green+Blue) = 79+71+111=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F476F is #B0B890. Grayscale: #4D4D4D. Windows color (decimal): -11581585 or 7292751. OLE color: 7292751.

HSL color Cylindrical-coordinate representation of color #4F476F: hue angle of 252º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F476F is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7971111-
CMYK0.290.3600.56
HSL252º21.98%35.69%-
HSV(B)252º36.04%43.53%-
XYZ8.357.3216.01-
YUV77.95146.65128.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=30.27%
G=27.20%
B=42.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79711110.290.3600.5625221.9835.69
Hex4F476F1D24038fc1624
Octal11710715735440703742644
Binary1001111100011111011111110110010001110001111110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,71,111); }

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

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

 a { background-color: rgb(79,71,111); }

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

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

 span { border-color: rgb(79,71,111); }

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