#4F3970

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

Shades of Meteorite #4F3970

Tints of Meteorite #4F3970

Color information

#4F3970 (or 0x4F3970) is unknown color: approx Meteorite. HEX triplet: 4F, 39 and 70. RGB value is (79,57,112). Sum of RGB (Red+Green+Blue) = 79+57+112=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3970 is #B0C68F. Grayscale: #454545. Windows color (decimal): -11585168 or 7354703. OLE color: 7354703.

HSL color Cylindrical-coordinate representation of color #4F3970: hue angle of 264º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F3970 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7957112-
CMYK0.290.4900.56
HSL264º32.54%33.14%-
HSV(B)264º49.11%43.92%-
XYZ7.615.7616.04-
YUV69.85151.79134.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=31.85%
G=22.98%
B=45.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79571120.290.4900.5626432.5433.14
Hex4F39701D310381082121
Octal1177116035610704104141
Binary10011111110011110000111011100010111000100001000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,112); }

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

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

 a { background-color: rgb(79,57,112); }

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

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

 span { border-color: rgb(79,57,112); }

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