#48356E

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

Shades of Meteorite #48356E

Tints of Meteorite #48356E

Color information

#48356E (or 0x48356E) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 6E. RGB value is (72,53,110). Sum of RGB (Red+Green+Blue) = 72+53+110=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #48356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48356E is #B7CA91. Grayscale: #404040. Windows color (decimal): -12044946 or 7222600. OLE color: 7222600.

HSL color Cylindrical-coordinate representation of color #48356E: hue angle of 260º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48356E is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7253110-
CMYK0.350.5200.57
HSL260º34.97%31.96%-
HSV(B)260º51.82%43.14%-
XYZ6.765.0515.37-
YUV65.18153.29132.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=30.64%
G=22.55%
B=46.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72531100.350.5200.5726034.9731.96
Hex48356E23340391042320
Octal1106515643640714044340
Binary100100011010111011101000111101000111001100000100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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