#48345E

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

Shades of Meteorite #48345E

Tints of Meteorite #48345E

Color information

#48345E (or 0x48345E) is unknown color: approx Meteorite. HEX triplet: 48, 34 and 5E. RGB value is (72,52,94). Sum of RGB (Red+Green+Blue) = 72+52+94=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #48345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48345E is #B7CBA1. Grayscale: #3E3E3E. Windows color (decimal): -12045218 or 6173768. OLE color: 6173768.

HSL color Cylindrical-coordinate representation of color #48345E: hue angle of 268.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48345E is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB725294-
CMYK0.230.4500.63
HSL268.57º28.77%28.63%-
HSV(B)268.57º44.68%36.86%-
XYZ5.924.6411.17-
YUV62.77145.63134.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=33.03%
G=23.85%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7252940.230.4500.63268.5728.7728.63
Hex48345E172D03F10d1d1d
Octal1106413627550774153535
Binary100100011010010111101011110110101111111000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48345E; }

 p { color: rgb(72,52,94); }

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

<style>
 a { background-color: #48345E; }

 a { background-color: rgb(72,52,94); }

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

<style>
 span { border-color: #48345E; }

 span { border-color: rgb(72,52,94); }

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