Shades of Blue Gem #483598
Tints of Blue Gem #483598
RGB
CMYK
RGB Variations
Color information
#483598 (or 0x483598) is known color: Blue Gem. HEX triplet: 48, 35 and 98. RGB value is (72,53,152). Sum of RGB (Red+Green+Blue) = 72+53+152=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #483598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483598 is #B7CA67. Grayscale: #454545. Windows color (decimal): -12044904 or 9975112. OLE color: 9975112.
HSL color Cylindrical-coordinate representation of color #483598: hue angle of 251.52º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483598 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 53 | 152 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.40 |
| HSL | 251.52º | 0.48% | 0.4% | - |
| HSV(B) | 251.52º | 0.65% | 0.6% | - |
| XYZ | 9.61 | 6.19 | 30.39 | - |
| YUV | 69.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 152 | 0.53 | 0.65 | 0 | 0.40 | 251.52 | 0.48 | 0.4 |
| Hex | 48 | 35 | 98 | 35 | 41 | 0 | 28 | FC | 30 | 28 |
| Octal | 110 | 65 | 230 | 65 | 101 | 0 | 50 | 374 | 60 | 50 |
| Binary | 1001000 | 110101 | 10011000 | 110101 | 1000001 | 0 | 101000 | 11111100 | 110000 | 101000 |
Color Harmonies of #483598
Complementary color
Monochromatic Colors of #483598
Black with #483598
Text Example
Text Example
White with #483598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483598; }
p { color: rgb(72,53,152); }
H1.HeaderClassName
{
color: #483598;
}
.AnyTagClassName
{
color: #483598;
}
</style>
background-color css
<style>
a { background-color: #483598; }
a { background-color: rgb(72,53,152); }
div.DivClassName
{
background-color: #483598;
}
.BgClassName
{
background-color: #483598;
}
</style>
border-color css
<style>
span { border-color: #483598; }
span { border-color: rgb(72,53,152); }
td.TdClassName
{
border-color: #483598;
}
.TagClassName
{
border-color: #483598;
}
</style>