#48365F

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

Shades of Meteorite #48365F

Tints of Meteorite #48365F

Color information

#48365F (or 0x48365F) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 5F. RGB value is (72,54,95). Sum of RGB (Red+Green+Blue) = 72+54+95=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #48365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48365F is #B7C9A0. Grayscale: #3F3F3F. Windows color (decimal): -12044705 or 6239816. OLE color: 6239816.

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

Color convert

RGB725495-
CMYK0.240.4300.63
HSL266.34º27.52%29.22%-
HSV(B)266.34º43.16%37.25%-
XYZ6.064.8411.44-
YUV64.06145.46133.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=32.58%
G=24.43%
B=42.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7254950.240.4300.63266.3427.5229.22
Hex48365F182B03F10a1c1d
Octal1106613730530774123435
Binary100100011011010111111100010101101111111000010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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