#49316C

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

Shades of Blue Diamond #49316C

Tints of Blue Diamond #49316C

Color information

#49316C (or 0x49316C) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 6C. RGB value is (73,49,108). Sum of RGB (Red+Green+Blue) = 73+49+108=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #49316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49316C is #B6CE93. Grayscale: #3E3E3E. Windows color (decimal): -11980436 or 7090505. OLE color: 7090505.

HSL color Cylindrical-coordinate representation of color #49316C: hue angle of 264.41º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49316C is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7349108-
CMYK0.320.5500.58
HSL264.41º37.58%30.78%-
HSV(B)264.41º54.63%42.35%-
XYZ6.554.714.75-
YUV62.9153.45135.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=31.74%
G=21.30%
B=46.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73491080.320.5500.58264.4137.5830.78
Hex49316C203703A108261f
Octal1116115440670724104637
Binary10010011100011101100100000110111011101010000100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,49,108); }

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

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

 a { background-color: rgb(73,49,108); }

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

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

 span { border-color: rgb(73,49,108); }

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