#48355E

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

Shades of Meteorite #48355E

Tints of Meteorite #48355E

Color information

#48355E (or 0x48355E) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 5E. RGB value is (72,53,94). Sum of RGB (Red+Green+Blue) = 72+53+94=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #48355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48355E is #B7CAA1. Grayscale: #3F3F3F. Windows color (decimal): -12044962 or 6174024. OLE color: 6174024.

HSL color Cylindrical-coordinate representation of color #48355E: hue angle of 267.8º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48355E is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB725394-
CMYK0.230.4400.63
HSL267.8º27.89%28.82%-
HSV(B)267.8º43.62%36.86%-
XYZ5.974.7311.19-
YUV63.36145.29134.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=32.88%
G=24.20%
B=42.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7253940.230.4400.63267.827.8928.82
Hex48355E172C03F10c1c1d
Octal1106513627540774143435
Binary100100011010110111101011110110001111111000011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48355E; }

 p { color: rgb(72,53,94); }

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

<style>
 a { background-color: #48355E; }

 a { background-color: rgb(72,53,94); }

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

<style>
 span { border-color: #48355E; }

 span { border-color: rgb(72,53,94); }

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