#49396B

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

Shades of Meteorite #49396B

Tints of Meteorite #49396B

Color information

#49396B (or 0x49396B) is unknown color: approx Meteorite. HEX triplet: 49, 39 and 6B. RGB value is (73,57,107). Sum of RGB (Red+Green+Blue) = 73+57+107=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #49396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396B is #B6C694. Grayscale: #434343. Windows color (decimal): -11978389 or 7027017. OLE color: 7027017.

HSL color Cylindrical-coordinate representation of color #49396B: hue angle of 259.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49396B is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7357107-
CMYK0.320.4700.58
HSL259.2º30.49%32.16%-
HSV(B)259.2º46.73%41.96%-
XYZ6.865.414.59-
YUV67.48150.3131.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=30.80%
G=24.05%
B=45.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73571070.320.4700.58259.230.4932.16
Hex49396B202F03A1031e20
Octal1117115340570724033640
Binary10010011110011101011100000101111011101010000001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49396B; }

 p { color: rgb(73,57,107); }

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

<style>
 a { background-color: #49396B; }

 a { background-color: rgb(73,57,107); }

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

<style>
 span { border-color: #49396B; }

 span { border-color: rgb(73,57,107); }

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