Shades of Blue Gem #483CA3
Tints of Blue Gem #483CA3
RGB
CMYK
RGB Variations
Color information
#483CA3 (or 0x483CA3) is known color: Blue Gem. HEX triplet: 48, 3C and A3. RGB value is (72,60,163). Sum of RGB (Red+Green+Blue) = 72+60+163=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #483CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CA3 is #B7C35C. Grayscale: #4A4A4A. Windows color (decimal): -12043101 or 10697800. OLE color: 10697800.
HSL color Cylindrical-coordinate representation of color #483CA3: hue angle of 246.99º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483CA3 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 60 | 163 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.36 |
| HSL | 246.99º | 0.46% | 0.44% | - |
| HSV(B) | 246.99º | 0.63% | 0.64% | - |
| XYZ | 10.9 | 7.25 | 35.48 | - |
| YUV | 75.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 163 | 0.56 | 0.63 | 0 | 0.36 | 246.99 | 0.46 | 0.44 |
| Hex | 48 | 3C | A3 | 38 | 3F | 0 | 24 | F7 | 2E | 2C |
| Octal | 110 | 74 | 243 | 70 | 77 | 0 | 44 | 367 | 56 | 54 |
| Binary | 1001000 | 111100 | 10100011 | 111000 | 111111 | 0 | 100100 | 11110111 | 101110 | 101100 |
Color Harmonies of #483CA3
Complementary color
Monochromatic Colors of #483CA3
Black with #483CA3
Text Example
Text Example
White with #483CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CA3; }
p { color: rgb(72,60,163); }
H1.HeaderClassName
{
color: #483CA3;
}
.AnyTagClassName
{
color: #483CA3;
}
</style>
background-color css
<style>
a { background-color: #483CA3; }
a { background-color: rgb(72,60,163); }
div.DivClassName
{
background-color: #483CA3;
}
.BgClassName
{
background-color: #483CA3;
}
</style>
border-color css
<style>
span { border-color: #483CA3; }
span { border-color: rgb(72,60,163); }
td.TdClassName
{
border-color: #483CA3;
}
.TagClassName
{
border-color: #483CA3;
}
</style>