#4A3D73

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

Shades of Meteorite #4A3D73

Tints of Meteorite #4A3D73

Color information

#4A3D73 (or 0x4A3D73) is unknown color: approx Meteorite. HEX triplet: 4A, 3D and 73. RGB value is (74,61,115). Sum of RGB (Red+Green+Blue) = 74+61+115=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D73 is #B5C28C. Grayscale: #464646. Windows color (decimal): -11911821 or 7552330. OLE color: 7552330.

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

Color convert

RGB7461115-
CMYK0.360.4700.55
HSL254.44º30.68%34.51%-
HSV(B)254.44º46.96%45.1%-
XYZ7.596.0316.98-
YUV71.04152.81130.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 115 (45.31% from 255) = 46%
R=29.6%
G=24.4%
B=46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74611150.360.4700.55254.4430.6834.51
Hex4A3D73242F037fe1f23
Octal1127516344570673763743
Binary1001010111101111001110010010111101101111111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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