Shades of Blue Gem #493288
Tints of Blue Gem #493288
RGB
CMYK
RGB Variations
Color information
#493288 (or 0x493288) is known color: Blue Gem. HEX triplet: 49, 32 and 88. RGB value is (73,50,136). Sum of RGB (Red+Green+Blue) = 73+50+136=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #493288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493288 is #B6CD77. Grayscale: #424242. Windows color (decimal): -11980152 or 8925769. OLE color: 8925769.
HSL color Cylindrical-coordinate representation of color #493288: hue angle of 256.05º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493288 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 50 | 136 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.47 |
| HSL | 256.05º | 0.46% | 0.36% | - |
| HSV(B) | 256.05º | 0.63% | 0.53% | - |
| XYZ | 8.33 | 5.48 | 23.91 | - |
| YUV | 66.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 136 | 0.46 | 0.63 | 0 | 0.47 | 256.05 | 0.46 | 0.36 |
| Hex | 49 | 32 | 88 | 2E | 3F | 0 | 2F | 100 | 2E | 24 |
| Octal | 111 | 62 | 210 | 56 | 77 | 0 | 57 | 400 | 56 | 44 |
| Binary | 1001001 | 110010 | 10001000 | 101110 | 111111 | 0 | 101111 | 100000000 | 101110 | 100100 |
Color Harmonies of #493288
Complementary color
Monochromatic Colors of #493288
Black with #493288
Text Example
Text Example
White with #493288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493288; }
p { color: rgb(73,50,136); }
H1.HeaderClassName
{
color: #493288;
}
.AnyTagClassName
{
color: #493288;
}
</style>
background-color css
<style>
a { background-color: #493288; }
a { background-color: rgb(73,50,136); }
div.DivClassName
{
background-color: #493288;
}
.BgClassName
{
background-color: #493288;
}
</style>
border-color css
<style>
span { border-color: #493288; }
span { border-color: rgb(73,50,136); }
td.TdClassName
{
border-color: #493288;
}
.TagClassName
{
border-color: #493288;
}
</style>