#4C3970

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

Shades of Meteorite #4C3970

Tints of Meteorite #4C3970

Color information

#4C3970 (or 0x4C3970) is unknown color: approx Meteorite. HEX triplet: 4C, 39 and 70. RGB value is (76,57,112). Sum of RGB (Red+Green+Blue) = 76+57+112=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3970 is #B3C68F. Grayscale: #444444. Windows color (decimal): -11781776 or 7354700. OLE color: 7354700.

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

Color convert

RGB7657112-
CMYK0.320.4900.56
HSL260.73º32.54%33.14%-
HSV(B)260.73º49.11%43.92%-
XYZ7.375.6316.03-
YUV68.95152.29133.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=31.02%
G=23.27%
B=45.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76571120.320.4900.56260.7332.5433.14
Hex4C397020310381052121
Octal1147116040610704054141
Binary100110011100111100001000001100010111000100000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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