Shades of Blue Gem #493DA2
Tints of Blue Gem #493DA2
RGB
CMYK
RGB Variations
Color information
#493DA2 (or 0x493DA2) is known color: Blue Gem. HEX triplet: 49, 3D and A2. RGB value is (73,61,162). Sum of RGB (Red+Green+Blue) = 73+61+162=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #493DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DA2 is #B6C25D. Grayscale: #4B4B4B. Windows color (decimal): -11977310 or 10632521. OLE color: 10632521.
HSL color Cylindrical-coordinate representation of color #493DA2: hue angle of 247.13º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493DA2 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 61 | 162 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.36 |
| HSL | 247.13º | 0.45% | 0.44% | - |
| HSV(B) | 247.13º | 0.62% | 0.64% | - |
| XYZ | 10.94 | 7.36 | 35.03 | - |
| YUV | 76.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 162 | 0.55 | 0.62 | 0 | 0.36 | 247.13 | 0.45 | 0.44 |
| Hex | 49 | 3D | A2 | 37 | 3E | 0 | 24 | F7 | 2D | 2C |
| Octal | 111 | 75 | 242 | 67 | 76 | 0 | 44 | 367 | 55 | 54 |
| Binary | 1001001 | 111101 | 10100010 | 110111 | 111110 | 0 | 100100 | 11110111 | 101101 | 101100 |
Color Harmonies of #493DA2
Complementary color
Monochromatic Colors of #493DA2
Black with #493DA2
Text Example
Text Example
White with #493DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DA2; }
p { color: rgb(73,61,162); }
H1.HeaderClassName
{
color: #493DA2;
}
.AnyTagClassName
{
color: #493DA2;
}
</style>
background-color css
<style>
a { background-color: #493DA2; }
a { background-color: rgb(73,61,162); }
div.DivClassName
{
background-color: #493DA2;
}
.BgClassName
{
background-color: #493DA2;
}
</style>
border-color css
<style>
span { border-color: #493DA2; }
span { border-color: rgb(73,61,162); }
td.TdClassName
{
border-color: #493DA2;
}
.TagClassName
{
border-color: #493DA2;
}
</style>