Shades of Blue Gem #483FAA
Tints of Blue Gem #483FAA
RGB
CMYK
RGB Variations
Color information
#483FAA (or 0x483FAA) is known color: Blue Gem. HEX triplet: 48, 3F and AA. RGB value is (72,63,170). Sum of RGB (Red+Green+Blue) = 72+63+170=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #483FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAA is #B7C055. Grayscale: #4D4D4D. Windows color (decimal): -12042326 or 11157320. OLE color: 11157320.
HSL color Cylindrical-coordinate representation of color #483FAA: hue angle of 245.05º 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 #483FAA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 63 | 170 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.33 |
| HSL | 245.05º | 0.46% | 0.46% | - |
| HSV(B) | 245.05º | 0.63% | 0.67% | - |
| XYZ | 11.71 | 7.84 | 38.93 | - |
| YUV | 77.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 170 | 0.58 | 0.63 | 0 | 0.33 | 245.05 | 0.46 | 0.46 |
| Hex | 48 | 3F | AA | 3A | 3F | 0 | 21 | F5 | 2E | 2E |
| Octal | 110 | 77 | 252 | 72 | 77 | 0 | 41 | 365 | 56 | 56 |
| Binary | 1001000 | 111111 | 10101010 | 111010 | 111111 | 0 | 100001 | 11110101 | 101110 | 101110 |
Color Harmonies of #483FAA
Complementary color
Monochromatic Colors of #483FAA
Black with #483FAA
Text Example
Text Example
White with #483FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FAA; }
p { color: rgb(72,63,170); }
H1.HeaderClassName
{
color: #483FAA;
}
.AnyTagClassName
{
color: #483FAA;
}
</style>
background-color css
<style>
a { background-color: #483FAA; }
a { background-color: rgb(72,63,170); }
div.DivClassName
{
background-color: #483FAA;
}
.BgClassName
{
background-color: #483FAA;
}
</style>
border-color css
<style>
span { border-color: #483FAA; }
span { border-color: rgb(72,63,170); }
td.TdClassName
{
border-color: #483FAA;
}
.TagClassName
{
border-color: #483FAA;
}
</style>