#48406C

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

Shades of Meteorite #48406C

Tints of Meteorite #48406C

Color information

#48406C (or 0x48406C) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 6C. RGB value is (72,64,108). Sum of RGB (Red+Green+Blue) = 72+64+108=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #48406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406C is #B7BF93. Grayscale: #474747. Windows color (decimal): -12042132 or 7094344. OLE color: 7094344.

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

Color convert

RGB7264108-
CMYK0.330.4100.58
HSL250.91º25.58%33.73%-
HSV(B)250.91º40.74%42.35%-
XYZ7.216.1314.99-
YUV71.41148.65128.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=29.51%
G=26.23%
B=44.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72641080.330.4100.58250.9125.5833.73
Hex48406C212903Afb1a22
Octal11010015441510723733242
Binary10010001000000110110010000110100101110101111101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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