#49405F

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

Shades of Meteorite #49405F

Tints of Meteorite #49405F

Color information

#49405F (or 0x49405F) is unknown color: approx Meteorite. HEX triplet: 49, 40 and 5F. RGB value is (73,64,95). Sum of RGB (Red+Green+Blue) = 73+64+95=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #49405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405F is #B6BFA0. Grayscale: #464646. Windows color (decimal): -11976609 or 6242377. OLE color: 6242377.

HSL color Cylindrical-coordinate representation of color #49405F: hue angle of 257.42º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49405F is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB736495-
CMYK0.230.3300.63
HSL257.42º19.5%31.18%-
HSV(B)257.42º32.63%37.25%-
XYZ6.655.9111.62-
YUV70.22141.98129.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=31.47%
G=27.59%
B=40.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7364950.230.3300.63257.4219.531.18
Hex49405F172103F101131f
Octal11110013727410774012337
Binary1001001100000010111111011110000101111111000000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49405F; }

 p { color: rgb(73,64,95); }

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

<style>
 a { background-color: #49405F; }

 a { background-color: rgb(73,64,95); }

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

<style>
 span { border-color: #49405F; }

 span { border-color: rgb(73,64,95); }

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