#4B3A73

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

Shades of Meteorite #4B3A73

Tints of Meteorite #4B3A73

Color information

#4B3A73 (or 0x4B3A73) is unknown color: approx Meteorite. HEX triplet: 4B, 3A and 73. RGB value is (75,58,115). Sum of RGB (Red+Green+Blue) = 75+58+115=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 58 (23.05% from 255 or 23.39% 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 #4B3A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A73 is #B4C58C. Grayscale: #454545. Windows color (decimal): -11847053 or 7551563. OLE color: 7551563.

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

Color convert

RGB7558115-
CMYK0.350.5000.55
HSL257.89º32.95%33.92%-
HSV(B)257.89º49.57%45.1%-
XYZ7.515.7616.94-
YUV69.58153.63131.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=30.24%
G=23.39%
B=46.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75581150.350.5000.55257.8932.9533.92
Hex4B3A7323320371022122
Octal1137216343620674024142
Binary100101111101011100111000111100100110111100000010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,115); }

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

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

 a { background-color: rgb(75,58,115); }

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

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

 span { border-color: rgb(75,58,115); }

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