#48385C

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

Shades of Meteorite #48385C

Tints of Meteorite #48385C

Color information

#48385C (or 0x48385C) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 5C. RGB value is (72,56,92). Sum of RGB (Red+Green+Blue) = 72+56+92=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #48385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48385C is #B7C7A3. Grayscale: #404040. Windows color (decimal): -12044196 or 6043720. OLE color: 6043720.

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

Color convert

RGB725692-
CMYK0.220.3900.64
HSL266.67º24.32%29.02%-
HSV(B)266.67º39.13%36.08%-
XYZ6.024.9810.77-
YUV64.89143.3133.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=32.73%
G=25.45%
B=41.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7256920.220.3900.64266.6724.3229.02
Hex48385C162704010b181d
Octal11070134264701004133035
Binary1001000111000101110010110100111010000001000010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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