#491669

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

Shades of Blue Diamond #491669

Tints of Blue Diamond #491669

Color information

#491669 (or 0x491669) is unknown color: approx Blue Diamond. HEX triplet: 49, 16 and 69. RGB value is (73,22,105). Sum of RGB (Red+Green+Blue) = 73+22+105=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #491669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491669 is #B6E996. Grayscale: #2E2E2E. Windows color (decimal): -11987351 or 6886985. OLE color: 6886985.

HSL color Cylindrical-coordinate representation of color #491669: hue angle of 276.87º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491669 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7322105-
CMYK0.300.7900.59
HSL276.87º65.35%24.9%-
HSV(B)276.87º79.05%41.18%-
XYZ5.583.0113.65-
YUV46.71160.9146.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=36.5%
G=11%
B=52.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73221050.300.7900.59276.8765.3524.9
Hex4916691E4F03B1154119
Octal111261513611707342510131
Binary10010011011011010011111010011110111011100010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491669; }

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

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

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

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

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

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

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

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