#48355D

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

Shades of Meteorite #48355D

Tints of Meteorite #48355D

Color information

#48355D (or 0x48355D) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 5D. RGB value is (72,53,93). Sum of RGB (Red+Green+Blue) = 72+53+93=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #48355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48355D is #B7CAA2. Grayscale: #3F3F3F. Windows color (decimal): -12044963 or 6108488. OLE color: 6108488.

HSL color Cylindrical-coordinate representation of color #48355D: hue angle of 268.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48355D is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB725393-
CMYK0.230.4300.64
HSL268.5º27.4%28.63%-
HSV(B)268.5º43.01%36.47%-
XYZ5.924.7110.95-
YUV63.24144.79134.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=33.03%
G=24.31%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7253930.230.4300.64268.527.428.63
Hex48355D172B04010c1b1d
Octal11065135275301004143335
Binary1001000110101101110110111101011010000001000011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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