Shades of Blue Gem #483FAB
Tints of Blue Gem #483FAB
RGB
CMYK
RGB Variations
Color information
#483FAB (or 0x483FAB) is known color: Blue Gem. HEX triplet: 48, 3F and AB. RGB value is (72,63,171). Sum of RGB (Red+Green+Blue) = 72+63+171=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #483FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAB is #B7C054. Grayscale: #4D4D4D. Windows color (decimal): -12042325 or 11222856. OLE color: 11222856.
HSL color Cylindrical-coordinate representation of color #483FAB: hue angle of 245º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483FAB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 63 | 171 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.33 |
| HSL | 245º | 0.46% | 0.46% | - |
| HSV(B) | 245º | 0.63% | 0.67% | - |
| XYZ | 11.8 | 7.87 | 39.43 | - |
| YUV | 78 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 171 | 0.58 | 0.63 | 0 | 0.33 | 245 | 0.46 | 0.46 |
| Hex | 48 | 3F | AB | 3A | 3F | 0 | 21 | F5 | 2E | 2E |
| Octal | 110 | 77 | 253 | 72 | 77 | 0 | 41 | 365 | 56 | 56 |
| Binary | 1001000 | 111111 | 10101011 | 111010 | 111111 | 0 | 100001 | 11110101 | 101110 | 101110 |
Color Harmonies of #483FAB
Complementary color
Monochromatic Colors of #483FAB
Black with #483FAB
Text Example
Text Example
White with #483FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FAB; }
p { color: rgb(72,63,171); }
H1.HeaderClassName
{
color: #483FAB;
}
.AnyTagClassName
{
color: #483FAB;
}
</style>
background-color css
<style>
a { background-color: #483FAB; }
a { background-color: rgb(72,63,171); }
div.DivClassName
{
background-color: #483FAB;
}
.BgClassName
{
background-color: #483FAB;
}
</style>
border-color css
<style>
span { border-color: #483FAB; }
span { border-color: rgb(72,63,171); }
td.TdClassName
{
border-color: #483FAB;
}
.TagClassName
{
border-color: #483FAB;
}
</style>