#48346B

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

Shades of Meteorite #48346B

Tints of Meteorite #48346B

Color information

#48346B (or 0x48346B) is unknown color: approx Meteorite. HEX triplet: 48, 34 and 6B. RGB value is (72,52,107). Sum of RGB (Red+Green+Blue) = 72+52+107=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #48346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48346B is #B7CB94. Grayscale: #404040. Windows color (decimal): -12045205 or 7025736. OLE color: 7025736.

HSL color Cylindrical-coordinate representation of color #48346B: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48346B is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7252107-
CMYK0.330.5100.58
HSL261.82º34.59%31.18%-
HSV(B)261.82º51.4%41.96%-
XYZ6.554.914.51-
YUV64.25152.13133.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=31.17%
G=22.51%
B=46.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72521070.330.5100.58261.8234.5931.18
Hex48346B213303A106231f
Octal1106415341630724064337
Binary10010001101001101011100001110011011101010000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48346B; }

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

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

<style>
 a { background-color: #48346B; }

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

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

<style>
 span { border-color: #48346B; }

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

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