#4D3970

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

Shades of Meteorite #4D3970

Tints of Meteorite #4D3970

Color information

#4D3970 (or 0x4D3970) is unknown color: approx Meteorite. HEX triplet: 4D, 39 and 70. RGB value is (77,57,112). Sum of RGB (Red+Green+Blue) = 77+57+112=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3970 is #B2C68F. Grayscale: #454545. Windows color (decimal): -11716240 or 7354701. OLE color: 7354701.

HSL color Cylindrical-coordinate representation of color #4D3970: hue angle of 261.82º 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 #4D3970 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7757112-
CMYK0.310.4900.56
HSL261.82º32.54%33.14%-
HSV(B)261.82º49.11%43.92%-
XYZ7.455.6716.03-
YUV69.25152.13133.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=31.30%
G=23.17%
B=45.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77571120.310.4900.56261.8232.5433.14
Hex4D39701F310381062121
Octal1157116037610704064141
Binary10011011110011110000111111100010111000100000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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