#49216B

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

Shades of Blue Diamond #49216B

Tints of Blue Diamond #49216B

Color information

#49216B (or 0x49216B) is unknown color: approx Blue Diamond. HEX triplet: 49, 21 and 6B. RGB value is (73,33,107). Sum of RGB (Red+Green+Blue) = 73+33+107=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #49216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49216B is #B6DE94. Grayscale: #353535. Windows color (decimal): -11984533 or 7020873. OLE color: 7020873.

HSL color Cylindrical-coordinate representation of color #49216B: hue angle of 272.43º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49216B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7333107-
CMYK0.320.6900.58
HSL272.43º52.86%27.45%-
HSV(B)272.43º69.16%41.96%-
XYZ5.953.5714.28-
YUV53.4158.25141.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=34.27%
G=15.49%
B=50.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73331070.320.6900.58272.4352.8627.45
Hex49216B204503A110351b
Octal11141153401050724206533
Binary100100110000111010111000001000101011101010001000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49216B; }

 p { color: rgb(73,33,107); }

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

<style>
 a { background-color: #49216B; }

 a { background-color: rgb(73,33,107); }

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

<style>
 span { border-color: #49216B; }

 span { border-color: rgb(73,33,107); }

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