#48405D

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

Shades of Meteorite #48405D

Tints of Meteorite #48405D

Color information

#48405D (or 0x48405D) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 5D. RGB value is (72,64,93). Sum of RGB (Red+Green+Blue) = 72+64+93=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #48405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405D is #B7BFA2. Grayscale: #454545. Windows color (decimal): -12042147 or 6111304. OLE color: 6111304.

HSL color Cylindrical-coordinate representation of color #48405D: hue angle of 256.55º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48405D is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB726493-
CMYK0.230.3100.64
HSL256.55º18.47%30.78%-
HSV(B)256.55º31.18%36.47%-
XYZ6.485.8311.14-
YUV69.7141.15129.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=31.44%
G=27.95%
B=40.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7264930.230.3100.64256.5518.4730.78
Hex48405D171F040101121f
Octal110100135273701004012237
Binary1001000100000010111011011111111010000001000000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48405D; }

 p { color: rgb(72,64,93); }

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

<style>
 a { background-color: #48405D; }

 a { background-color: rgb(72,64,93); }

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

<style>
 span { border-color: #48405D; }

 span { border-color: rgb(72,64,93); }

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