#4C3973

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

Shades of Meteorite #4C3973

Tints of Meteorite #4C3973

Color information

#4C3973 (or 0x4C3973) is unknown color: approx Meteorite. HEX triplet: 4C, 39 and 73. RGB value is (76,57,115). Sum of RGB (Red+Green+Blue) = 76+57+115=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3973 is #B3C68C. Grayscale: #454545. Windows color (decimal): -11781773 or 7551308. OLE color: 7551308.

HSL color Cylindrical-coordinate representation of color #4C3973: hue angle of 259.66º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3973 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7657115-
CMYK0.340.5000.55
HSL259.66º33.72%33.73%-
HSV(B)259.66º50.43%45.1%-
XYZ7.545.716.92-
YUV69.29153.79132.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.65%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=30.65%
G=22.98%
B=46.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76571150.340.5000.55259.6633.7233.73
Hex4C397322320371042222
Octal1147116342620674044242
Binary100110011100111100111000101100100110111100000100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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