#49166D

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

Shades of Blue Diamond #49166D

Tints of Blue Diamond #49166D

Color information

#49166D (or 0x49166D) is unknown color: approx Blue Diamond. HEX triplet: 49, 16 and 6D. RGB value is (73,22,109). Sum of RGB (Red+Green+Blue) = 73+22+109=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #49166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49166D is #B6E992. Grayscale: #2E2E2E. Windows color (decimal): -11987347 or 7149129. OLE color: 7149129.

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

Color convert

RGB7322109-
CMYK0.330.8000.57
HSL275.17º66.41%25.69%-
HSV(B)275.17º79.82%42.75%-
XYZ5.793.0914.76-
YUV47.17162.9146.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=35.78%
G=10.78%
B=53.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73221090.330.8000.57275.1766.4125.69
Hex49166D2150039113421a
Octal111261554112007142310232
Binary100100110110110110110000110100000111001100010011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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