Shades of Blue Gem #483C95
Tints of Blue Gem #483C95
RGB
CMYK
RGB Variations
Color information
#483C95 (or 0x483C95) is known color: Blue Gem. HEX triplet: 48, 3C and 95. RGB value is (72,60,149). Sum of RGB (Red+Green+Blue) = 72+60+149=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #483C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483C95 is #B7C36A. Grayscale: #494949. Windows color (decimal): -12043115 or 9780296. OLE color: 9780296.
HSL color Cylindrical-coordinate representation of color #483C95: hue angle of 248.09º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483C95 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 60 | 149 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.42 |
| HSL | 248.09º | 0.43% | 0.41% | - |
| HSV(B) | 248.09º | 0.6% | 0.58% | - |
| XYZ | 9.71 | 6.78 | 29.23 | - |
| YUV | 73.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 149 | 0.52 | 0.60 | 0 | 0.42 | 248.09 | 0.43 | 0.41 |
| Hex | 48 | 3C | 95 | 34 | 3C | 0 | 2A | F8 | 2B | 29 |
| Octal | 110 | 74 | 225 | 64 | 74 | 0 | 52 | 370 | 53 | 51 |
| Binary | 1001000 | 111100 | 10010101 | 110100 | 111100 | 0 | 101010 | 11111000 | 101011 | 101001 |
Color Harmonies of #483C95
Complementary color
Monochromatic Colors of #483C95
Black with #483C95
Text Example
Text Example
White with #483C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C95; }
p { color: rgb(72,60,149); }
H1.HeaderClassName
{
color: #483C95;
}
.AnyTagClassName
{
color: #483C95;
}
</style>
background-color css
<style>
a { background-color: #483C95; }
a { background-color: rgb(72,60,149); }
div.DivClassName
{
background-color: #483C95;
}
.BgClassName
{
background-color: #483C95;
}
</style>
border-color css
<style>
span { border-color: #483C95; }
span { border-color: rgb(72,60,149); }
td.TdClassName
{
border-color: #483C95;
}
.TagClassName
{
border-color: #483C95;
}
</style>