Shades of Blue Gem #484199
Tints of Blue Gem #484199
RGB
CMYK
RGB Variations
Color information
#484199 (or 0x484199) is known color: Blue Gem. HEX triplet: 48, 41 and 99. RGB value is (72,65,153). Sum of RGB (Red+Green+Blue) = 72+65+153=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #484199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484199 is #B7BE66. Grayscale: #4C4C4C. Windows color (decimal): -12041831 or 10043720. OLE color: 10043720.
HSL color Cylindrical-coordinate representation of color #484199: hue angle of 244.77º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484199 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 65 | 153 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.4 |
| HSL | 244.77º | 0.4% | 0.43% | - |
| HSV(B) | 244.77º | 0.58% | 0.6% | - |
| XYZ | 10.31 | 7.46 | 31.03 | - |
| YUV | 77.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 153 | 0.53 | 0.58 | 0 | 0.4 | 244.77 | 0.4 | 0.43 |
| Hex | 48 | 41 | 99 | 35 | 3A | 0 | 28 | F5 | 28 | 2B |
| Octal | 110 | 101 | 231 | 65 | 72 | 0 | 50 | 365 | 50 | 53 |
| Binary | 1001000 | 1000001 | 10011001 | 110101 | 111010 | 0 | 101000 | 11110101 | 101000 | 101011 |
Color Harmonies of #484199
Complementary color
Monochromatic Colors of #484199
Black with #484199
Text Example
Text Example
White with #484199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484199; }
p { color: rgb(72,65,153); }
H1.HeaderClassName
{
color: #484199;
}
.AnyTagClassName
{
color: #484199;
}
</style>
background-color css
<style>
a { background-color: #484199; }
a { background-color: rgb(72,65,153); }
div.DivClassName
{
background-color: #484199;
}
.BgClassName
{
background-color: #484199;
}
</style>
border-color css
<style>
span { border-color: #484199; }
span { border-color: rgb(72,65,153); }
td.TdClassName
{
border-color: #484199;
}
.TagClassName
{
border-color: #484199;
}
</style>