Shades of Blue Gem #493683
Tints of Blue Gem #493683
RGB
CMYK
RGB Variations
Color information
#493683 (or 0x493683) is known color: Blue Gem. HEX triplet: 49, 36 and 83. RGB value is (73,54,131). Sum of RGB (Red+Green+Blue) = 73+54+131=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #493683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493683 is #B6C97C. Grayscale: #444444. Windows color (decimal): -11979133 or 8599113. OLE color: 8599113.
HSL color Cylindrical-coordinate representation of color #493683: hue angle of 254.81º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493683 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 54 | 131 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.49 |
| HSL | 254.81º | 0.42% | 0.36% | - |
| HSV(B) | 254.81º | 0.59% | 0.51% | - |
| XYZ | 8.16 | 5.69 | 22.14 | - |
| YUV | 68.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 131 | 0.44 | 0.59 | 0 | 0.49 | 254.81 | 0.42 | 0.36 |
| Hex | 49 | 36 | 83 | 2C | 3B | 0 | 31 | FF | 2A | 24 |
| Octal | 111 | 66 | 203 | 54 | 73 | 0 | 61 | 377 | 52 | 44 |
| Binary | 1001001 | 110110 | 10000011 | 101100 | 111011 | 0 | 110001 | 11111111 | 101010 | 100100 |
Color Harmonies of #493683
Complementary color
Monochromatic Colors of #493683
Black with #493683
Text Example
Text Example
White with #493683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493683; }
p { color: rgb(73,54,131); }
H1.HeaderClassName
{
color: #493683;
}
.AnyTagClassName
{
color: #493683;
}
</style>
background-color css
<style>
a { background-color: #493683; }
a { background-color: rgb(73,54,131); }
div.DivClassName
{
background-color: #493683;
}
.BgClassName
{
background-color: #493683;
}
</style>
border-color css
<style>
span { border-color: #493683; }
span { border-color: rgb(73,54,131); }
td.TdClassName
{
border-color: #493683;
}
.TagClassName
{
border-color: #493683;
}
</style>