#48415B

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

Shades of Meteorite #48415B

Tints of Meteorite #48415B

Color information

#48415B (or 0x48415B) is unknown color: approx Meteorite. HEX triplet: 48, 41 and 5B. RGB value is (72,65,91). Sum of RGB (Red+Green+Blue) = 72+65+91=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #48415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48415B is #B7BEA4. Grayscale: #454545. Windows color (decimal): -12041893 or 5980488. OLE color: 5980488.

HSL color Cylindrical-coordinate representation of color #48415B: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48415B is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB726591-
CMYK0.210.2900.64
HSL256.15º16.67%30.59%-
HSV(B)256.15º28.57%35.69%-
XYZ6.455.9110.7-
YUV70.06139.82129.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=31.58%
G=28.51%
B=39.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7265910.210.2900.64256.1516.6730.59
Hex48415B151D040100111f
Octal110101133253501004002137
Binary1001000100000110110111010111101010000001000000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48415B; }

 p { color: rgb(72,65,91); }

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

<style>
 a { background-color: #48415B; }

 a { background-color: rgb(72,65,91); }

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

<style>
 span { border-color: #48415B; }

 span { border-color: rgb(72,65,91); }

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