#49156A

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

Shades of Blue Diamond #49156A

Tints of Blue Diamond #49156A

Color information

#49156A (or 0x49156A) is unknown color: approx Blue Diamond. HEX triplet: 49, 15 and 6A. RGB value is (73,21,106). Sum of RGB (Red+Green+Blue) = 73+21+106=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #49156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49156A is #B6EA95. Grayscale: #2D2D2D. Windows color (decimal): -11987606 or 6952265. OLE color: 6952265.

HSL color Cylindrical-coordinate representation of color #49156A: hue angle of 276.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49156A is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7321106-
CMYK0.310.8000.58
HSL276.71º66.93%24.9%-
HSV(B)276.71º80.19%41.57%-
XYZ5.622.9913.92-
YUV46.24161.73147.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 106 (41.80% from 255) = 53%
R=36.5%
G=10.5%
B=53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73211060.310.8000.58276.7166.9324.9
Hex49156A1F5003A1154319
Octal111251523712007242510331
Binary10010011010111010101111110100000111010100010101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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