#491570

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

Shades of Blue Diamond #491570

Tints of Blue Diamond #491570

Color information

#491570 (or 0x491570) is unknown color: approx Blue Diamond. HEX triplet: 49, 15 and 70. RGB value is (73,21,112). Sum of RGB (Red+Green+Blue) = 73+21+112=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #491570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491570 is #B6EA8F. Grayscale: #2E2E2E. Windows color (decimal): -11987600 or 7345481. OLE color: 7345481.

HSL color Cylindrical-coordinate representation of color #491570: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491570 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7321112-
CMYK0.350.8100.56
HSL274.29º68.42%26.08%-
HSV(B)274.29º81.25%43.92%-
XYZ5.943.1215.62-
YUV46.92164.73146.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=35.44%
G=10.19%
B=54.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73211120.350.8100.56274.2968.4226.08
Hex4915702351038112441a
Octal111251604312107042210432
Binary100100110101111000010001110100010111000100010010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491570; }

 p { color: rgb(73,21,112); }

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

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

 a { background-color: rgb(73,21,112); }

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

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

 span { border-color: rgb(73,21,112); }

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