#49256E

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

Shades of Blue Diamond #49256E

Tints of Blue Diamond #49256E

Color information

#49256E (or 0x49256E) is unknown color: approx Blue Diamond. HEX triplet: 49, 25 and 6E. RGB value is (73,37,110). Sum of RGB (Red+Green+Blue) = 73+37+110=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #49256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256E is #B6DA91. Grayscale: #373737. Windows color (decimal): -11983506 or 7218505. OLE color: 7218505.

HSL color Cylindrical-coordinate representation of color #49256E: hue angle of 269.59º degrees, saturation: 0.5, 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 #49256E is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7337110-
CMYK0.340.6600.57
HSL269.59º49.66%28.82%-
HSV(B)269.59º66.36%43.14%-
XYZ6.223.8715.17-
YUV56.09158.43140.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 110 (43.36% from 255) = 50%
R=33.18%
G=16.82%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73371100.340.6600.57269.5949.6628.82
Hex49256E224203910e321d
Octal11145156421020714166235
Binary100100110010111011101000101000010011100110000111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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