#49286C

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

Shades of Blue Diamond #49286C

Tints of Blue Diamond #49286C

Color information

#49286C (or 0x49286C) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 6C. RGB value is (73,40,108). Sum of RGB (Red+Green+Blue) = 73+40+108=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #49286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49286C is #B6D793. Grayscale: #393939. Windows color (decimal): -11982740 or 7088201. OLE color: 7088201.

HSL color Cylindrical-coordinate representation of color #49286C: hue angle of 269.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49286C is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7340108-
CMYK0.320.6300.58
HSL269.12º45.95%29.02%-
HSV(B)269.12º62.96%42.35%-
XYZ6.214.0214.64-
YUV57.62156.43138.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=33.03%
G=18.10%
B=48.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73401080.320.6300.58269.1245.9529.02
Hex49286C203F03A10d2e1d
Octal1115015440770724155635
Binary10010011010001101100100000111111011101010000110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49286C; }

 p { color: rgb(73,40,108); }

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

<style>
 a { background-color: #49286C; }

 a { background-color: rgb(73,40,108); }

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

<style>
 span { border-color: #49286C; }

 span { border-color: rgb(73,40,108); }

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