Shades of Blue Gem #492A8F
Tints of Blue Gem #492A8F
RGB
CMYK
RGB Variations
Color information
#492A8F (or 0x492A8F) is known color: Blue Gem. HEX triplet: 49, 2A and 8F. RGB value is (73,42,143). Sum of RGB (Red+Green+Blue) = 73+42+143=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #492A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A8F is #B6D570. Grayscale: #3E3E3E. Windows color (decimal): -11982193 or 9382473. OLE color: 9382473.
HSL color Cylindrical-coordinate representation of color #492A8F: hue angle of 258.42º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492A8F is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 42 | 143 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.44 |
| HSL | 258.42º | 0.55% | 0.36% | - |
| HSV(B) | 258.42º | 0.71% | 0.56% | - |
| XYZ | 8.53 | 5.06 | 26.51 | - |
| YUV | 62.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 143 | 0.49 | 0.71 | 0 | 0.44 | 258.42 | 0.55 | 0.36 |
| Hex | 49 | 2A | 8F | 31 | 47 | 0 | 2C | 102 | 37 | 24 |
| Octal | 111 | 52 | 217 | 61 | 107 | 0 | 54 | 402 | 67 | 44 |
| Binary | 1001001 | 101010 | 10001111 | 110001 | 1000111 | 0 | 101100 | 100000010 | 110111 | 100100 |
Color Harmonies of #492A8F
Complementary color
Monochromatic Colors of #492A8F
Black with #492A8F
Text Example
Text Example
White with #492A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A8F; }
p { color: rgb(73,42,143); }
H1.HeaderClassName
{
color: #492A8F;
}
.AnyTagClassName
{
color: #492A8F;
}
</style>
background-color css
<style>
a { background-color: #492A8F; }
a { background-color: rgb(73,42,143); }
div.DivClassName
{
background-color: #492A8F;
}
.BgClassName
{
background-color: #492A8F;
}
</style>
border-color css
<style>
span { border-color: #492A8F; }
span { border-color: rgb(73,42,143); }
td.TdClassName
{
border-color: #492A8F;
}
.TagClassName
{
border-color: #492A8F;
}
</style>