#49286A

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

Shades of Blue Diamond #49286A

Tints of Blue Diamond #49286A

Color information

#49286A (or 0x49286A) is unknown color: approx Blue Diamond. HEX triplet: 49, 28 and 6A. RGB value is (73,40,106). Sum of RGB (Red+Green+Blue) = 73+40+106=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #49286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49286A is #B6D795. Grayscale: #393939. Windows color (decimal): -11982742 or 6957129. OLE color: 6957129.

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

Color convert

RGB7340106-
CMYK0.310.6200.58
HSL270º45.21%28.63%-
HSV(B)270º62.26%41.57%-
XYZ6.113.9714.08-
YUV57.39155.43139.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=33.33%
G=18.26%
B=48.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73401060.310.6200.5827045.2128.63
Hex49286A1F3E03A10e2d1d
Octal1115015237760724165535
Binary1001001101000110101011111111110011101010000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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