#49256D

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

Shades of Blue Diamond #49256D

Tints of Blue Diamond #49256D

Color information

#49256D (or 0x49256D) is unknown color: approx Blue Diamond. HEX triplet: 49, 25 and 6D. RGB value is (73,37,109). Sum of RGB (Red+Green+Blue) = 73+37+109=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #49256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256D is #B6DA92. Grayscale: #373737. Windows color (decimal): -11983507 or 7152969. OLE color: 7152969.

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

Color convert

RGB7337109-
CMYK0.330.6600.57
HSL270º49.32%28.63%-
HSV(B)270º66.06%42.75%-
XYZ6.173.8414.88-
YUV55.97157.93140.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=33.33%
G=16.89%
B=49.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73371090.330.6600.5727049.3228.63
Hex49256D214203910e311d
Octal11145155411020714166135
Binary100100110010111011011000011000010011100110000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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