#4A3970

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

Shades of Meteorite #4A3970

Tints of Meteorite #4A3970

Color information

#4A3970 (or 0x4A3970) is unknown color: approx Meteorite. HEX triplet: 4A, 39 and 70. RGB value is (74,57,112). Sum of RGB (Red+Green+Blue) = 74+57+112=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3970 is #B5C68F. Grayscale: #444444. Windows color (decimal): -11912848 or 7354698. OLE color: 7354698.

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

Color convert

RGB7457112-
CMYK0.340.4900.56
HSL258.55º32.54%33.14%-
HSV(B)258.55º49.11%43.92%-
XYZ7.215.5516.02-
YUV68.35152.63132.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=30.45%
G=23.46%
B=46.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74571120.340.4900.56258.5532.5433.14
Hex4A397022310381032121
Octal1127116042610704034141
Binary100101011100111100001000101100010111000100000011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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