#49316E

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

Shades of Blue Diamond #49316E

Tints of Blue Diamond #49316E

Color information

#49316E (or 0x49316E) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 6E. RGB value is (73,49,110). Sum of RGB (Red+Green+Blue) = 73+49+110=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #49316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49316E is #B6CE91. Grayscale: #3E3E3E. Windows color (decimal): -11980434 or 7221577. OLE color: 7221577.

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

Color convert

RGB7349110-
CMYK0.340.5500.57
HSL263.61º38.36%31.18%-
HSV(B)263.61º55.45%43.14%-
XYZ6.664.7415.32-
YUV63.13154.45135.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=31.47%
G=21.12%
B=47.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73491100.340.5500.57263.6138.3631.18
Hex49316E2237039108261f
Octal1116115642670714104637
Binary10010011100011101110100010110111011100110000100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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