#48375F

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

Shades of Meteorite #48375F

Tints of Meteorite #48375F

Color information

#48375F (or 0x48375F) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 5F. RGB value is (72,55,95). Sum of RGB (Red+Green+Blue) = 72+55+95=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #48375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48375F is #B7C8A0. Grayscale: #404040. Windows color (decimal): -12044449 or 6240072. OLE color: 6240072.

HSL color Cylindrical-coordinate representation of color #48375F: hue angle of 265.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48375F is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB725595-
CMYK0.240.4200.63
HSL265.5º26.67%29.41%-
HSV(B)265.5º42.11%37.25%-
XYZ6.14.9411.46-
YUV64.64145.13133.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=32.43%
G=24.77%
B=42.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7255950.240.4200.63265.526.6729.41
Hex48375F182A03F10a1b1d
Octal1106713730520774123335
Binary100100011011110111111100010101001111111000010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48375F; }

 p { color: rgb(72,55,95); }

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

<style>
 a { background-color: #48375F; }

 a { background-color: rgb(72,55,95); }

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

<style>
 span { border-color: #48375F; }

 span { border-color: rgb(72,55,95); }

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