#4A3973

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

Shades of Meteorite #4A3973

Tints of Meteorite #4A3973

Color information

#4A3973 (or 0x4A3973) is unknown color: approx Meteorite. HEX triplet: 4A, 39 and 73. RGB value is (74,57,115). Sum of RGB (Red+Green+Blue) = 74+57+115=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3973 is #B5C68C. Grayscale: #444444. Windows color (decimal): -11912845 or 7551306. OLE color: 7551306.

HSL color Cylindrical-coordinate representation of color #4A3973: hue angle of 257.59º 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 #4A3973 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7457115-
CMYK0.360.5000.55
HSL257.59º33.72%33.73%-
HSV(B)257.59º50.43%45.1%-
XYZ7.385.6216.92-
YUV68.69154.13131.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=30.08%
G=23.17%
B=46.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74571150.360.5000.55257.5933.7233.73
Hex4A397324320371022222
Octal1127116344620674024242
Binary100101011100111100111001001100100110111100000010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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