#4f3f76

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

Shades of Meteorite #4F3F76

Tints of Meteorite #4F3F76

Color information

#4F3F76 (or 0x4F3F76) is unknown color: approx Meteorite. HEX triplet: 4F, 3F and 76. RGB value is (79,63,118). Sum of RGB (Red+Green+Blue) = 79+63+118=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F3F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3F76 is #B0C089. Grayscale: #494949. Windows color (decimal): -11583626 or 7749455. OLE color: 7749455.

HSL color Cylindrical-coordinate representation of color #4F3F76: hue angle of 257.45º degrees, saturation: 0.3, 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 #4F3F76 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7963118-
CMYK0.330.4700.54
HSL257.45º30.39%35.49%-
HSV(B)257.45º46.61%46.27%-
XYZ8.276.5317.96-
YUV74.05152.8131.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=30.38%
G=24.23%
B=45.38%

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
Decimal79631180.330.4700.54257.4530.3935.49
Hex4F3F76212F0361011e23
Octal1177716641570664013643
Binary10011111111111110110100001101111011011010000000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f3f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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