Shades of Blue Diamond #491A70
Tints of Blue Diamond #491A70
RGB
CMYK
RGB Variations
Color information
#491A70 (or 0x491A70) is known color: Blue Diamond. HEX triplet: 49, 1A and 70. RGB value is (73,26,112). Sum of RGB (Red+Green+Blue) = 73+26+112=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #491A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A70 is #B6E58F. Grayscale: #313131. Windows color (decimal): -11986320 or 7346761. OLE color: 7346761.
HSL color Cylindrical-coordinate representation of color #491A70: hue angle of 272.79º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491A70 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 26 | 112 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.56 |
| HSL | 272.79º | 0.62% | 0.27% | - |
| HSV(B) | 272.79º | 0.77% | 0.44% | - |
| XYZ | 6.04 | 3.33 | 15.65 | - |
| YUV | 49.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 112 | 0.35 | 0.77 | 0 | 0.56 | 272.79 | 0.62 | 0.27 |
| Hex | 49 | 1A | 70 | 23 | 4D | 0 | 38 | 111 | 3E | 1B |
| Octal | 111 | 32 | 160 | 43 | 115 | 0 | 70 | 421 | 76 | 33 |
| Binary | 1001001 | 11010 | 1110000 | 100011 | 1001101 | 0 | 111000 | 100010001 | 111110 | 11011 |
Color Harmonies of #491A70
Complementary color
Monochromatic Colors of #491A70
Black with #491A70
Text Example
Text Example
White with #491A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A70; }
p { color: rgb(73,26,112); }
H1.HeaderClassName
{
color: #491A70;
}
.AnyTagClassName
{
color: #491A70;
}
</style>
background-color css
<style>
a { background-color: #491A70; }
a { background-color: rgb(73,26,112); }
div.DivClassName
{
background-color: #491A70;
}
.BgClassName
{
background-color: #491A70;
}
</style>
border-color css
<style>
span { border-color: #491A70; }
span { border-color: rgb(73,26,112); }
td.TdClassName
{
border-color: #491A70;
}
.TagClassName
{
border-color: #491A70;
}
</style>