Shades of Blue Diamond #491A68
Tints of Blue Diamond #491A68
RGB
CMYK
RGB Variations
Color information
#491A68 (or 0x491A68) is known color: Blue Diamond. HEX triplet: 49, 1A and 68. RGB value is (73,26,104). Sum of RGB (Red+Green+Blue) = 73+26+104=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #491A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A68 is #B6E597. Grayscale: #303030. Windows color (decimal): -11986328 or 6822473. OLE color: 6822473.
HSL color Cylindrical-coordinate representation of color #491A68: hue angle of 276.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491A68 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 26 | 104 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.59 |
| HSL | 276.15º | 0.6% | 0.25% | - |
| HSV(B) | 276.15º | 0.75% | 0.41% | - |
| XYZ | 5.62 | 3.15 | 13.41 | - |
| YUV | 48.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 104 | 0.30 | 0.75 | 0 | 0.59 | 276.15 | 0.6 | 0.25 |
| Hex | 49 | 1A | 68 | 1E | 4B | 0 | 3B | 114 | 3C | 19 |
| Octal | 111 | 32 | 150 | 36 | 113 | 0 | 73 | 424 | 74 | 31 |
| Binary | 1001001 | 11010 | 1101000 | 11110 | 1001011 | 0 | 111011 | 100010100 | 111100 | 11001 |
Color Harmonies of #491A68
Complementary color
Monochromatic Colors of #491A68
Black with #491A68
Text Example
Text Example
White with #491A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A68; }
p { color: rgb(73,26,104); }
H1.HeaderClassName
{
color: #491A68;
}
.AnyTagClassName
{
color: #491A68;
}
</style>
background-color css
<style>
a { background-color: #491A68; }
a { background-color: rgb(73,26,104); }
div.DivClassName
{
background-color: #491A68;
}
.BgClassName
{
background-color: #491A68;
}
</style>
border-color css
<style>
span { border-color: #491A68; }
span { border-color: rgb(73,26,104); }
td.TdClassName
{
border-color: #491A68;
}
.TagClassName
{
border-color: #491A68;
}
</style>