#48375C

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

Shades of Meteorite #48375C

Tints of Meteorite #48375C

Color information

#48375C (or 0x48375C) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 5C. RGB value is (72,55,92). Sum of RGB (Red+Green+Blue) = 72+55+92=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #48375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48375C is #B7C8A3. Grayscale: #404040. Windows color (decimal): -12044452 or 6043464. OLE color: 6043464.

HSL color Cylindrical-coordinate representation of color #48375C: hue angle of 267.57º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48375C is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB725592-
CMYK0.220.4000.64
HSL267.57º25.17%28.82%-
HSV(B)267.57º40.22%36.08%-
XYZ5.974.8810.75-
YUV64.3143.63133.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=32.88%
G=25.11%
B=42.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7255920.220.4000.64267.5725.1728.82
Hex48375C162804010c191d
Octal11067134265001004143135
Binary1001000110111101110010110101000010000001000011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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