#48405A

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

Shades of Meteorite #48405A

Tints of Meteorite #48405A

Color information

#48405A (or 0x48405A) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 5A. RGB value is (72,64,90). Sum of RGB (Red+Green+Blue) = 72+64+90=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #48405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405A is #B7BFA5. Grayscale: #454545. Windows color (decimal): -12042150 or 5914696. OLE color: 5914696.

HSL color Cylindrical-coordinate representation of color #48405A: hue angle of 258.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48405A is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726490-
CMYK0.200.2900.65
HSL258.46º16.88%30.2%-
HSV(B)258.46º28.89%35.29%-
XYZ6.355.7810.45-
YUV69.36139.65129.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=31.86%
G=28.32%
B=39.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7264900.200.2900.65258.4616.8830.2
Hex48405A141D041102111e
Octal110100132243501014022136
Binary1001000100000010110101010011101010000011000000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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