#4F3E76

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

Shades of Meteorite #4F3E76

Tints of Meteorite #4F3E76

Color information

#4F3E76 (or 0x4F3E76) is unknown color: approx Meteorite. HEX triplet: 4F, 3E and 76. RGB value is (79,62,118). Sum of RGB (Red+Green+Blue) = 79+62+118=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F3E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3E76 is #B0C189. Grayscale: #494949. Windows color (decimal): -11583882 or 7749199. OLE color: 7749199.

HSL color Cylindrical-coordinate representation of color #4F3E76: hue angle of 258.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F3E76 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7962118-
CMYK0.330.4700.54
HSL258.21º31.11%35.29%-
HSV(B)258.21º47.46%46.27%-
XYZ8.226.4217.94-
YUV73.47153.13131.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=30.50%
G=23.94%
B=45.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79621180.330.4700.54258.2131.1135.29
Hex4F3E76212F0361021f23
Octal1177616641570664023743
Binary10011111111101110110100001101111011011010000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,62,118); }

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

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

 a { background-color: rgb(79,62,118); }

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

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

 span { border-color: rgb(79,62,118); }

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