#4F476E

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

Shades of Meteorite #4F476E

Tints of Meteorite #4F476E

Color information

#4F476E (or 0x4F476E) is unknown color: approx Meteorite. HEX triplet: 4F, 47 and 6E. RGB value is (79,71,110). Sum of RGB (Red+Green+Blue) = 79+71+110=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F476E is #B0B891. Grayscale: #4D4D4D. Windows color (decimal): -11581586 or 7227215. OLE color: 7227215.

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

Color convert

RGB7971110-
CMYK0.280.3500.57
HSL252.31º21.55%35.49%-
HSV(B)252.31º35.45%43.14%-
XYZ8.297.2915.72-
YUV77.84146.15128.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=30.38%
G=27.31%
B=42.31%

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
Decimal79711100.280.3500.57252.3121.5535.49
Hex4F476E1C23039fc1623
Octal11710715634430713742643
Binary1001111100011111011101110010001101110011111110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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