#4F3B71

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

Shades of Meteorite #4F3B71

Tints of Meteorite #4F3B71

Color information

#4F3B71 (or 0x4F3B71) is unknown color: approx Meteorite. HEX triplet: 4F, 3B and 71. RGB value is (79,59,113). Sum of RGB (Red+Green+Blue) = 79+59+113=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3B71 is #B0C48E. Grayscale: #464646. Windows color (decimal): -11584655 or 7420751. OLE color: 7420751.

HSL color Cylindrical-coordinate representation of color #4F3B71: hue angle of 262.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F3B71 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7959113-
CMYK0.300.4800.56
HSL262.22º31.4%33.73%-
HSV(B)262.22º47.79%44.31%-
XYZ7.775.9816.37-
YUV71.14151.63133.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=31.47%
G=23.51%
B=45.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79591130.300.4800.56262.2231.433.73
Hex4F3B711E300381061f22
Octal1177316136600704063742
Binary1001111111011111000111110110000011100010000011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,59,113); }

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

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

 a { background-color: rgb(79,59,113); }

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

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

 span { border-color: rgb(79,59,113); }

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