#48385A

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

Shades of Meteorite #48385A

Tints of Meteorite #48385A

Color information

#48385A (or 0x48385A) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 5A. RGB value is (72,56,90). Sum of RGB (Red+Green+Blue) = 72+56+90=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #48385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48385A is #B7C7A5. Grayscale: #404040. Windows color (decimal): -12044198 or 5912648. OLE color: 5912648.

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

Color convert

RGB725690-
CMYK0.200.3800.65
HSL268.24º23.29%28.63%-
HSV(B)268.24º37.78%35.29%-
XYZ5.934.9410.31-
YUV64.66142.3133.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=33.03%
G=25.69%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7256900.200.3800.65268.2423.2928.63
Hex48385A142604110c171d
Octal11070132244601014142735
Binary1001000111000101101010100100110010000011000011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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