#4F4572

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

Shades of Meteorite #4F4572

Tints of Meteorite #4F4572

Color information

#4F4572 (or 0x4F4572) is unknown color: approx Meteorite. HEX triplet: 4F, 45 and 72. RGB value is (79,69,114). Sum of RGB (Red+Green+Blue) = 79+69+114=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F4572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4572 is #B0BA8D. Grayscale: #4C4C4C. Windows color (decimal): -11582094 or 7488847. OLE color: 7488847.

HSL color Cylindrical-coordinate representation of color #4F4572: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F4572 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7969114-
CMYK0.310.3900.55
HSL253.33º24.59%35.88%-
HSV(B)253.33º39.47%44.71%-
XYZ8.397.1316.85-
YUV77.12148.81129.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.15%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=30.15%
G=26.34%
B=43.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79691140.310.3900.55253.3324.5935.88
Hex4F45721F27037fd1924
Octal11710516237470673753144
Binary1001111100010111100101111110011101101111111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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