#49416B

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

Shades of Meteorite #49416B

Tints of Meteorite #49416B

Color information

#49416B (or 0x49416B) is unknown color: approx Meteorite. HEX triplet: 49, 41 and 6B. RGB value is (73,65,107). Sum of RGB (Red+Green+Blue) = 73+65+107=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #49416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49416B is #B6BE94. Grayscale: #484848. Windows color (decimal): -11976341 or 7029065. OLE color: 7029065.

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

Color convert

RGB7365107-
CMYK0.320.3900.58
HSL251.43º24.42%33.73%-
HSV(B)251.43º39.25%41.96%-
XYZ7.296.2614.73-
YUV72.18147.65128.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=29.80%
G=26.53%
B=43.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73651070.320.3900.58251.4324.4233.73
Hex49416B202703Afb1822
Octal11110115340470723733042
Binary10010011000001110101110000010011101110101111101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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