#48406F

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

Shades of Meteorite #48406F

Tints of Meteorite #48406F

Color information

#48406F (or 0x48406F) is unknown color: approx Meteorite. HEX triplet: 48, 40 and 6F. RGB value is (72,64,111). Sum of RGB (Red+Green+Blue) = 72+64+111=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #48406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406F is #B7BF90. Grayscale: #474747. Windows color (decimal): -12042129 or 7290952. OLE color: 7290952.

HSL color Cylindrical-coordinate representation of color #48406F: hue angle of 250.21º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48406F is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7264111-
CMYK0.350.4200.56
HSL250.21º26.86%34.31%-
HSV(B)250.21º42.34%43.53%-
XYZ7.386.1915.85-
YUV71.75150.15128.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=29.15%
G=25.91%
B=44.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72641110.350.4200.56250.2126.8634.31
Hex48406F232A038fa1b22
Octal11010015743520703723342
Binary10010001000000110111110001110101001110001111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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