#49166F

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

Shades of Blue Diamond #49166F

Tints of Blue Diamond #49166F

Color information

#49166F (or 0x49166F) is unknown color: approx Blue Diamond. HEX triplet: 49, 16 and 6F. RGB value is (73,22,111). Sum of RGB (Red+Green+Blue) = 73+22+111=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #49166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49166F is #B6E990. Grayscale: #2F2F2F. Windows color (decimal): -11987345 or 7280201. OLE color: 7280201.

HSL color Cylindrical-coordinate representation of color #49166F: hue angle of 274.38º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49166F is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7322111-
CMYK0.340.8000.56
HSL274.38º66.92%26.08%-
HSV(B)274.38º80.18%43.53%-
XYZ5.93.1415.33-
YUV47.4163.9146.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=35.44%
G=10.68%
B=53.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73221110.340.8000.56274.3866.9226.08
Hex49166F2250038112431a
Octal111261574212007042210332
Binary100100110110110111110001010100000111000100010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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