#491E71

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

Shades of Blue Diamond #491E71

Tints of Blue Diamond #491E71

Color information

#491E71 (or 0x491E71) is unknown color: approx Blue Diamond. HEX triplet: 49, 1E and 71. RGB value is (73,30,113). Sum of RGB (Red+Green+Blue) = 73+30+113=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #491E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E71 is #B6E18E. Grayscale: #343434. Windows color (decimal): -11985295 or 7413321. OLE color: 7413321.

HSL color Cylindrical-coordinate representation of color #491E71: hue angle of 271.08º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491E71 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7330113-
CMYK0.350.7300.56
HSL271.08º58.04%28.04%-
HSV(B)271.08º73.45%44.31%-
XYZ6.193.5415.98-
YUV52.32162.25142.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=33.80%
G=13.89%
B=52.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73301130.350.7300.56271.0858.0428.04
Hex491E71234903810f3a1c
Octal11136161431110704177234
Binary10010011111011100011000111001001011100010000111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E71; }

 p { color: rgb(73,30,113); }

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

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

 a { background-color: rgb(73,30,113); }

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

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

 span { border-color: rgb(73,30,113); }

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