Shades of Blue Gem #493285
Tints of Blue Gem #493285
RGB
CMYK
RGB Variations
Color information
#493285 (or 0x493285) is known color: Blue Gem. HEX triplet: 49, 32 and 85. RGB value is (73,50,133). Sum of RGB (Red+Green+Blue) = 73+50+133=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #493285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493285 is #B6CD7A. Grayscale: #424242. Windows color (decimal): -11980155 or 8729161. OLE color: 8729161.
HSL color Cylindrical-coordinate representation of color #493285: hue angle of 256.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493285 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 50 | 133 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.48 |
| HSL | 256.63º | 0.45% | 0.36% | - |
| HSV(B) | 256.63º | 0.62% | 0.52% | - |
| XYZ | 8.12 | 5.39 | 22.8 | - |
| YUV | 66.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 133 | 0.45 | 0.62 | 0 | 0.48 | 256.63 | 0.45 | 0.36 |
| Hex | 49 | 32 | 85 | 2D | 3E | 0 | 30 | 101 | 2D | 24 |
| Octal | 111 | 62 | 205 | 55 | 76 | 0 | 60 | 401 | 55 | 44 |
| Binary | 1001001 | 110010 | 10000101 | 101101 | 111110 | 0 | 110000 | 100000001 | 101101 | 100100 |
Color Harmonies of #493285
Complementary color
Monochromatic Colors of #493285
Black with #493285
Text Example
Text Example
White with #493285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493285; }
p { color: rgb(73,50,133); }
H1.HeaderClassName
{
color: #493285;
}
.AnyTagClassName
{
color: #493285;
}
</style>
background-color css
<style>
a { background-color: #493285; }
a { background-color: rgb(73,50,133); }
div.DivClassName
{
background-color: #493285;
}
.BgClassName
{
background-color: #493285;
}
</style>
border-color css
<style>
span { border-color: #493285; }
span { border-color: rgb(73,50,133); }
td.TdClassName
{
border-color: #493285;
}
.TagClassName
{
border-color: #493285;
}
</style>