#48395A

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

Shades of Meteorite #48395A

Tints of Meteorite #48395A

Color information

#48395A (or 0x48395A) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 5A. RGB value is (72,57,90). Sum of RGB (Red+Green+Blue) = 72+57+90=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #48395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48395A is #B7C6A5. Grayscale: #414141. Windows color (decimal): -12043942 or 5912904. OLE color: 5912904.

HSL color Cylindrical-coordinate representation of color #48395A: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48395A is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB725790-
CMYK0.200.3700.65
HSL267.27º22.45%28.82%-
HSV(B)267.27º36.67%35.29%-
XYZ5.985.0410.33-
YUV65.25141.97132.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=32.88%
G=26.03%
B=41.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7257900.200.3700.65267.2722.4528.82
Hex48395A142504110b161d
Octal11071132244501014132635
Binary1001000111001101101010100100101010000011000010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48395A; }

 p { color: rgb(72,57,90); }

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

<style>
 a { background-color: #48395A; }

 a { background-color: rgb(72,57,90); }

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

<style>
 span { border-color: #48395A; }

 span { border-color: rgb(72,57,90); }

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