Shades of Blue Gem #482DA8
Tints of Blue Gem #482DA8
RGB
CMYK
RGB Variations
Color information
#482DA8 (or 0x482DA8) is known color: Blue Gem. HEX triplet: 48, 2D and A8. RGB value is (72,45,168). Sum of RGB (Red+Green+Blue) = 72+45+168=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 168 (66.02% from 255 or 58.95% from 285); Max value from RGB is 168 - color contains mainly: blue. Hex color #482DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DA8 is #B7D257. Grayscale: #424242. Windows color (decimal): -12046936 or 11021640. OLE color: 11021640.
HSL color Cylindrical-coordinate representation of color #482DA8: hue angle of 253.17º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482DA8 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 45 | 168 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.34 |
| HSL | 253.17º | 0.58% | 0.42% | - |
| HSV(B) | 253.17º | 0.73% | 0.66% | - |
| XYZ | 10.68 | 6.08 | 37.66 | - |
| YUV | 67.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 168 | 0.57 | 0.73 | 0 | 0.34 | 253.17 | 0.58 | 0.42 |
| Hex | 48 | 2D | A8 | 39 | 49 | 0 | 22 | FD | 3A | 2A |
| Octal | 110 | 55 | 250 | 71 | 111 | 0 | 42 | 375 | 72 | 52 |
| Binary | 1001000 | 101101 | 10101000 | 111001 | 1001001 | 0 | 100010 | 11111101 | 111010 | 101010 |
Color Harmonies of #482DA8
Complementary color
Monochromatic Colors of #482DA8
Black with #482DA8
Text Example
Text Example
White with #482DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DA8; }
p { color: rgb(72,45,168); }
H1.HeaderClassName
{
color: #482DA8;
}
.AnyTagClassName
{
color: #482DA8;
}
</style>
background-color css
<style>
a { background-color: #482DA8; }
a { background-color: rgb(72,45,168); }
div.DivClassName
{
background-color: #482DA8;
}
.BgClassName
{
background-color: #482DA8;
}
</style>
border-color css
<style>
span { border-color: #482DA8; }
span { border-color: rgb(72,45,168); }
td.TdClassName
{
border-color: #482DA8;
}
.TagClassName
{
border-color: #482DA8;
}
</style>