#4F486E

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

Shades of Meteorite #4F486E

Tints of Meteorite #4F486E

Color information

#4F486E (or 0x4F486E) is unknown color: approx Meteorite. HEX triplet: 4F, 48 and 6E. RGB value is (79,72,110). Sum of RGB (Red+Green+Blue) = 79+72+110=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F486E is #B0B791. Grayscale: #4E4E4E. Windows color (decimal): -11581330 or 7227471. OLE color: 7227471.

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

Color convert

RGB7972110-
CMYK0.280.3500.57
HSL251.05º20.88%35.69%-
HSV(B)251.05º34.55%43.14%-
XYZ8.367.4215.74-
YUV78.42145.82128.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=30.27%
G=27.59%
B=42.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79721100.280.3500.57251.0520.8835.69
Hex4F486E1C23039fb1524
Octal11711015634430713732544
Binary1001111100100011011101110010001101110011111101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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