Shades of Blue Gem #493483
Tints of Blue Gem #493483
RGB
CMYK
RGB Variations
Color information
#493483 (or 0x493483) is known color: Blue Gem. HEX triplet: 49, 34 and 83. RGB value is (73,52,131). Sum of RGB (Red+Green+Blue) = 73+52+131=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #493483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493483 is #B6CB7C. Grayscale: #424242. Windows color (decimal): -11979645 or 8598601. OLE color: 8598601.
HSL color Cylindrical-coordinate representation of color #493483: hue angle of 255.95º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493483 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 52 | 131 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.49 |
| HSL | 255.95º | 0.43% | 0.36% | - |
| HSV(B) | 255.95º | 0.6% | 0.51% | - |
| XYZ | 8.07 | 5.51 | 22.11 | - |
| YUV | 67.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 131 | 0.44 | 0.60 | 0 | 0.49 | 255.95 | 0.43 | 0.36 |
| Hex | 49 | 34 | 83 | 2C | 3C | 0 | 31 | 100 | 2B | 24 |
| Octal | 111 | 64 | 203 | 54 | 74 | 0 | 61 | 400 | 53 | 44 |
| Binary | 1001001 | 110100 | 10000011 | 101100 | 111100 | 0 | 110001 | 100000000 | 101011 | 100100 |
Color Harmonies of #493483
Complementary color
Monochromatic Colors of #493483
Black with #493483
Text Example
Text Example
White with #493483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493483; }
p { color: rgb(73,52,131); }
H1.HeaderClassName
{
color: #493483;
}
.AnyTagClassName
{
color: #493483;
}
</style>
background-color css
<style>
a { background-color: #493483; }
a { background-color: rgb(73,52,131); }
div.DivClassName
{
background-color: #493483;
}
.BgClassName
{
background-color: #493483;
}
</style>
border-color css
<style>
span { border-color: #493483; }
span { border-color: rgb(73,52,131); }
td.TdClassName
{
border-color: #493483;
}
.TagClassName
{
border-color: #493483;
}
</style>