#4A3873

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

Shades of Meteorite #4A3873

Tints of Meteorite #4A3873

Color information

#4A3873 (or 0x4A3873) is unknown color: approx Meteorite. HEX triplet: 4A, 38 and 73. RGB value is (74,56,115). Sum of RGB (Red+Green+Blue) = 74+56+115=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3873 is #B5C78C. Grayscale: #434343. Windows color (decimal): -11913101 or 7551050. OLE color: 7551050.

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

Color convert

RGB7456115-
CMYK0.360.5100.55
HSL258.31º34.5%33.53%-
HSV(B)258.31º51.3%45.1%-
XYZ7.335.5216.9-
YUV68.11154.46132.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=30.20%
G=22.86%
B=46.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74561150.360.5100.55258.3134.533.53
Hex4A387324330371022322
Octal1127016344630674024342
Binary100101011100011100111001001100110110111100000010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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