Shades of Blue Gem #483CA1
Tints of Blue Gem #483CA1
RGB
CMYK
RGB Variations
Color information
#483CA1 (or 0x483CA1) is known color: Blue Gem. HEX triplet: 48, 3C and A1. RGB value is (72,60,161). Sum of RGB (Red+Green+Blue) = 72+60+161=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #483CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CA1 is #B7C35E. Grayscale: #4A4A4A. Windows color (decimal): -12043103 or 10566728. OLE color: 10566728.
HSL color Cylindrical-coordinate representation of color #483CA1: hue angle of 247.13º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483CA1 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 60 | 161 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.37 |
| HSL | 247.13º | 0.46% | 0.43% | - |
| HSV(B) | 247.13º | 0.63% | 0.63% | - |
| XYZ | 10.72 | 7.18 | 34.54 | - |
| YUV | 75.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 161 | 0.55 | 0.63 | 0 | 0.37 | 247.13 | 0.46 | 0.43 |
| Hex | 48 | 3C | A1 | 37 | 3F | 0 | 25 | F7 | 2E | 2B |
| Octal | 110 | 74 | 241 | 67 | 77 | 0 | 45 | 367 | 56 | 53 |
| Binary | 1001000 | 111100 | 10100001 | 110111 | 111111 | 0 | 100101 | 11110111 | 101110 | 101011 |
Color Harmonies of #483CA1
Complementary color
Monochromatic Colors of #483CA1
Black with #483CA1
Text Example
Text Example
White with #483CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CA1; }
p { color: rgb(72,60,161); }
H1.HeaderClassName
{
color: #483CA1;
}
.AnyTagClassName
{
color: #483CA1;
}
</style>
background-color css
<style>
a { background-color: #483CA1; }
a { background-color: rgb(72,60,161); }
div.DivClassName
{
background-color: #483CA1;
}
.BgClassName
{
background-color: #483CA1;
}
</style>
border-color css
<style>
span { border-color: #483CA1; }
span { border-color: rgb(72,60,161); }
td.TdClassName
{
border-color: #483CA1;
}
.TagClassName
{
border-color: #483CA1;
}
</style>