#4B3773

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

Shades of Meteorite #4B3773

Tints of Meteorite #4B3773

Color information

#4B3773 (or 0x4B3773) is unknown color: approx Meteorite. HEX triplet: 4B, 37 and 73. RGB value is (75,55,115). Sum of RGB (Red+Green+Blue) = 75+55+115=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 55 (21.88% from 255 or 22.45% 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 #4B3773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3773 is #B4C88C. Grayscale: #434343. Windows color (decimal): -11847821 or 7550795. OLE color: 7550795.

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

Color convert

RGB7555115-
CMYK0.350.5200.55
HSL260º35.29%33.33%-
HSV(B)260º52.17%45.1%-
XYZ7.365.4716.89-
YUV67.82154.63133.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=30.61%
G=22.45%
B=46.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75551150.350.5200.5526035.2933.33
Hex4B377323340371042321
Octal1136716343640674044341
Binary100101111011111100111000111101000110111100000100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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