#49226D

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

Shades of Blue Diamond #49226D

Tints of Blue Diamond #49226D

Color information

#49226D (or 0x49226D) is unknown color: approx Blue Diamond. HEX triplet: 49, 22 and 6D. RGB value is (73,34,109). Sum of RGB (Red+Green+Blue) = 73+34+109=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #49226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49226D is #B6DD92. Grayscale: #353535. Windows color (decimal): -11984275 or 7152201. OLE color: 7152201.

HSL color Cylindrical-coordinate representation of color #49226D: hue angle of 271.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49226D is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7334109-
CMYK0.330.6900.57
HSL271.2º52.45%28.04%-
HSV(B)271.2º68.81%42.75%-
XYZ6.083.6614.85-
YUV54.21158.92141.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=33.80%
G=15.74%
B=50.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73341090.330.6900.57271.252.4528.04
Hex49226D214503910f341c
Octal11142155411050714176434
Binary100100110001011011011000011000101011100110000111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49226D; }

 p { color: rgb(73,34,109); }

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

<style>
 a { background-color: #49226D; }

 a { background-color: rgb(73,34,109); }

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

<style>
 span { border-color: #49226D; }

 span { border-color: rgb(73,34,109); }

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