Shades of Blue Gem #492DA0
Tints of Blue Gem #492DA0
RGB
CMYK
RGB Variations
Color information
#492DA0 (or 0x492DA0) is known color: Blue Gem. HEX triplet: 49, 2D and A0. RGB value is (73,45,160). Sum of RGB (Red+Green+Blue) = 73+45+160=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #492DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492DA0 is #B6D25F. Grayscale: #424242. Windows color (decimal): -11981408 or 10497353. OLE color: 10497353.
HSL color Cylindrical-coordinate representation of color #492DA0: hue angle of 254.61º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492DA0 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 45 | 160 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.37 |
| HSL | 254.61º | 0.56% | 0.4% | - |
| HSV(B) | 254.61º | 0.72% | 0.63% | - |
| XYZ | 10.03 | 5.83 | 33.85 | - |
| YUV | 66.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 160 | 0.54 | 0.72 | 0 | 0.37 | 254.61 | 0.56 | 0.4 |
| Hex | 49 | 2D | A0 | 36 | 48 | 0 | 25 | FF | 38 | 28 |
| Octal | 111 | 55 | 240 | 66 | 110 | 0 | 45 | 377 | 70 | 50 |
| Binary | 1001001 | 101101 | 10100000 | 110110 | 1001000 | 0 | 100101 | 11111111 | 111000 | 101000 |
Color Harmonies of #492DA0
Complementary color
Monochromatic Colors of #492DA0
Black with #492DA0
Text Example
Text Example
White with #492DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DA0; }
p { color: rgb(73,45,160); }
H1.HeaderClassName
{
color: #492DA0;
}
.AnyTagClassName
{
color: #492DA0;
}
</style>
background-color css
<style>
a { background-color: #492DA0; }
a { background-color: rgb(73,45,160); }
div.DivClassName
{
background-color: #492DA0;
}
.BgClassName
{
background-color: #492DA0;
}
</style>
border-color css
<style>
span { border-color: #492DA0; }
span { border-color: rgb(73,45,160); }
td.TdClassName
{
border-color: #492DA0;
}
.TagClassName
{
border-color: #492DA0;
}
</style>