#49206A

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

Shades of Blue Diamond #49206A

Tints of Blue Diamond #49206A

Color information

#49206A (or 0x49206A) is unknown color: approx Blue Diamond. HEX triplet: 49, 20 and 6A. RGB value is (73,32,106). Sum of RGB (Red+Green+Blue) = 73+32+106=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #49206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206A is #B6DF95. Grayscale: #343434. Windows color (decimal): -11984790 or 6955081. OLE color: 6955081.

HSL color Cylindrical-coordinate representation of color #49206A: hue angle of 273.24º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49206A is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7332106-
CMYK0.310.7000.58
HSL273.24º53.62%27.06%-
HSV(B)273.24º69.81%41.57%-
XYZ5.873.4914-
YUV52.69158.08142.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=34.60%
G=15.17%
B=50.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73321060.310.7000.58273.2453.6227.06
Hex49206A1F4603A111361b
Octal11140152371060724216633
Binary10010011000001101010111111000110011101010001000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49206A; }

 p { color: rgb(73,32,106); }

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

<style>
 a { background-color: #49206A; }

 a { background-color: rgb(73,32,106); }

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

<style>
 span { border-color: #49206A; }

 span { border-color: rgb(73,32,106); }

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