#4F456D

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

Shades of Meteorite #4F456D

Tints of Meteorite #4F456D

Color information

#4F456D (or 0x4F456D) is unknown color: approx Meteorite. HEX triplet: 4F, 45 and 6D. RGB value is (79,69,109). Sum of RGB (Red+Green+Blue) = 79+69+109=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F456D is #B0BA92. Grayscale: #4C4C4C. Windows color (decimal): -11582099 or 7161167. OLE color: 7161167.

HSL color Cylindrical-coordinate representation of color #4F456D: hue angle of 255º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F456D is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7969109-
CMYK0.280.3700.57
HSL255º22.47%34.9%-
HSV(B)255º36.7%42.75%-
XYZ8.117.0215.4-
YUV76.55146.31129.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=30.74%
G=26.85%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79691090.280.3700.5725522.4734.9
Hex4F456D1C25039ff1623
Octal11710515534450713772643
Binary1001111100010111011011110010010101110011111111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,109); }

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

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

 a { background-color: rgb(79,69,109); }

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

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

 span { border-color: rgb(79,69,109); }

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