#4F466E

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

Shades of Meteorite #4F466E

Tints of Meteorite #4F466E

Color information

#4F466E (or 0x4F466E) is unknown color: approx Meteorite. HEX triplet: 4F, 46 and 6E. RGB value is (79,70,110). Sum of RGB (Red+Green+Blue) = 79+70+110=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F466E is #B0B991. Grayscale: #4D4D4D. Windows color (decimal): -11581842 or 7226959. OLE color: 7226959.

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

Color convert

RGB7970110-
CMYK0.280.3600.57
HSL253.5º22.22%35.29%-
HSV(B)253.5º36.36%43.14%-
XYZ8.237.1715.7-
YUV77.25146.48129.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=30.50%
G=27.03%
B=42.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79701100.280.3600.57253.522.2235.29
Hex4F466E1C24039fe1623
Octal11710615634440713762643
Binary1001111100011011011101110010010001110011111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,110); }

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

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

 a { background-color: rgb(79,70,110); }

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

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

 span { border-color: rgb(79,70,110); }

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