Shades of Blue Gem #492F9C
Tints of Blue Gem #492F9C
RGB
CMYK
RGB Variations
Color information
#492F9C (or 0x492F9C) is known color: Blue Gem. HEX triplet: 49, 2F and 9C. RGB value is (73,47,156). Sum of RGB (Red+Green+Blue) = 73+47+156=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #492F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492F9C is #B6D063. Grayscale: #424242. Windows color (decimal): -11980900 or 10235721. OLE color: 10235721.
HSL color Cylindrical-coordinate representation of color #492F9C: hue angle of 254.31º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492F9C is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 47 | 156 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.39 |
| HSL | 254.31º | 0.54% | 0.4% | - |
| HSV(B) | 254.31º | 0.7% | 0.61% | - |
| XYZ | 9.76 | 5.85 | 32.07 | - |
| YUV | 67.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 156 | 0.53 | 0.70 | 0 | 0.39 | 254.31 | 0.54 | 0.4 |
| Hex | 49 | 2F | 9C | 35 | 46 | 0 | 27 | FE | 36 | 28 |
| Octal | 111 | 57 | 234 | 65 | 106 | 0 | 47 | 376 | 66 | 50 |
| Binary | 1001001 | 101111 | 10011100 | 110101 | 1000110 | 0 | 100111 | 11111110 | 110110 | 101000 |
Color Harmonies of #492F9C
Complementary color
Monochromatic Colors of #492F9C
Black with #492F9C
Text Example
Text Example
White with #492F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F9C; }
p { color: rgb(73,47,156); }
H1.HeaderClassName
{
color: #492F9C;
}
.AnyTagClassName
{
color: #492F9C;
}
</style>
background-color css
<style>
a { background-color: #492F9C; }
a { background-color: rgb(73,47,156); }
div.DivClassName
{
background-color: #492F9C;
}
.BgClassName
{
background-color: #492F9C;
}
</style>
border-color css
<style>
span { border-color: #492F9C; }
span { border-color: rgb(73,47,156); }
td.TdClassName
{
border-color: #492F9C;
}
.TagClassName
{
border-color: #492F9C;
}
</style>