#48406D

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

Shades of Meteorite #48406D

Tints of Meteorite #48406D

Color information

#48406D (or 0x48406D) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 6D. RGB value is (72,64,109). Sum of RGB (Red+Green+Blue) = 72+64+109=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #48406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406D is #B7BF92. Grayscale: #474747. Windows color (decimal): -12042131 or 7159880. OLE color: 7159880.

HSL color Cylindrical-coordinate representation of color #48406D: hue angle of 250.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48406D is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7264109-
CMYK0.340.4100.57
HSL250.67º26.01%33.92%-
HSV(B)250.67º41.28%42.75%-
XYZ7.276.1515.27-
YUV71.52149.15128.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=29.39%
G=26.12%
B=44.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72641090.340.4100.57250.6726.0133.92
Hex48406D2229039fb1a22
Octal11010015542510713733242
Binary10010001000000110110110001010100101110011111101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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