#4F486A

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

Shades of Meteorite #4F486A

Tints of Meteorite #4F486A

Color information

#4F486A (or 0x4F486A) is unknown color: approx Meteorite. HEX triplet: 4F, 48 and 6A. RGB value is (79,72,106). Sum of RGB (Red+Green+Blue) = 79+72+106=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F486A is #B0B795. Grayscale: #4D4D4D. Windows color (decimal): -11581334 or 6965327. OLE color: 6965327.

HSL color Cylindrical-coordinate representation of color #4F486A: hue angle of 252.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F486A is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7972106-
CMYK0.250.3200.58
HSL252.35º19.1%34.9%-
HSV(B)252.35º32.08%41.57%-
XYZ8.147.3414.62-
YUV77.97143.82128.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=30.74%
G=28.02%
B=41.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79721060.250.3200.58252.3519.134.9
Hex4F486A192003Afc1323
Octal11711015231400723742343
Binary1001111100100011010101100110000001110101111110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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