Shades of Blue Gem #492BA6
Tints of Blue Gem #492BA6
RGB
CMYK
RGB Variations
Color information
#492BA6 (or 0x492BA6) is known color: Blue Gem. HEX triplet: 49, 2B and A6. RGB value is (73,43,166). Sum of RGB (Red+Green+Blue) = 73+43+166=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #492BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BA6 is #B6D459. Grayscale: #414141. Windows color (decimal): -11981914 or 10890057. OLE color: 10890057.
HSL color Cylindrical-coordinate representation of color #492BA6: hue angle of 254.63º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492BA6 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 43 | 166 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.35 |
| HSL | 254.63º | 0.59% | 0.41% | - |
| HSV(B) | 254.63º | 0.74% | 0.65% | - |
| XYZ | 10.49 | 5.9 | 36.66 | - |
| YUV | 65.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 166 | 0.56 | 0.74 | 0 | 0.35 | 254.63 | 0.59 | 0.41 |
| Hex | 49 | 2B | A6 | 38 | 4A | 0 | 23 | FF | 3B | 29 |
| Octal | 111 | 53 | 246 | 70 | 112 | 0 | 43 | 377 | 73 | 51 |
| Binary | 1001001 | 101011 | 10100110 | 111000 | 1001010 | 0 | 100011 | 11111111 | 111011 | 101001 |
Color Harmonies of #492BA6
Complementary color
Monochromatic Colors of #492BA6
Black with #492BA6
Text Example
Text Example
White with #492BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BA6; }
p { color: rgb(73,43,166); }
H1.HeaderClassName
{
color: #492BA6;
}
.AnyTagClassName
{
color: #492BA6;
}
</style>
background-color css
<style>
a { background-color: #492BA6; }
a { background-color: rgb(73,43,166); }
div.DivClassName
{
background-color: #492BA6;
}
.BgClassName
{
background-color: #492BA6;
}
</style>
border-color css
<style>
span { border-color: #492BA6; }
span { border-color: rgb(73,43,166); }
td.TdClassName
{
border-color: #492BA6;
}
.TagClassName
{
border-color: #492BA6;
}
</style>