#49316A

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

Shades of Blue Diamond #49316A

Tints of Blue Diamond #49316A

Color information

#49316A (or 0x49316A) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 6A. RGB value is (73,49,106). Sum of RGB (Red+Green+Blue) = 73+49+106=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #49316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49316A is #B6CE95. Grayscale: #3E3E3E. Windows color (decimal): -11980438 or 6959433. OLE color: 6959433.

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

Color convert

RGB7349106-
CMYK0.310.5400.58
HSL265.26º36.77%30.39%-
HSV(B)265.26º53.77%41.57%-
XYZ6.454.6514.19-
YUV62.67152.45135.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=32.02%
G=21.49%
B=46.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73491060.310.5400.58265.2636.7730.39
Hex49316A1F3603A109251e
Octal1116115237660724114536
Binary1001001110001110101011111110110011101010000100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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