#48336D

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

Shades of Meteorite #48336D

Tints of Meteorite #48336D

Color information

#48336D (or 0x48336D) is unknown color: approx Meteorite. HEX triplet: 48, 33 and 6D. RGB value is (72,51,109). Sum of RGB (Red+Green+Blue) = 72+51+109=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #48336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48336D is #B7CC92. Grayscale: #3F3F3F. Windows color (decimal): -12045459 or 7156552. OLE color: 7156552.

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

Color convert

RGB7251109-
CMYK0.340.5300.57
HSL261.72º36.25%31.37%-
HSV(B)261.72º53.21%42.75%-
XYZ6.624.8515.06-
YUV63.89153.46133.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=31.03%
G=21.98%
B=46.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72511090.340.5300.57261.7236.2531.37
Hex48336D2235039106241f
Octal1106315542650714064437
Binary10010001100111101101100010110101011100110000011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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