#4F436F

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

Shades of Meteorite #4F436F

Tints of Meteorite #4F436F

Color information

#4F436F (or 0x4F436F) is unknown color: approx Meteorite. HEX triplet: 4F, 43 and 6F. RGB value is (79,67,111). Sum of RGB (Red+Green+Blue) = 79+67+111=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F436F is #B0BC90. Grayscale: #4B4B4B. Windows color (decimal): -11582609 or 7291727. OLE color: 7291727.

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

Color convert

RGB7967111-
CMYK0.290.4000.56
HSL256.36º24.72%34.9%-
HSV(B)256.36º39.64%43.53%-
XYZ8.16.8215.93-
YUV75.6147.98130.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=30.74%
G=26.07%
B=43.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79671110.290.4000.56256.3624.7234.9
Hex4F436F1D280381001923
Octal11710315735500704003143
Binary10011111000011110111111101101000011100010000000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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