Shades of Blue Gem #483FA3
Tints of Blue Gem #483FA3
RGB
CMYK
RGB Variations
Color information
#483FA3 (or 0x483FA3) is known color: Blue Gem. HEX triplet: 48, 3F and A3. RGB value is (72,63,163). Sum of RGB (Red+Green+Blue) = 72+63+163=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #483FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FA3 is #B7C05C. Grayscale: #4C4C4C. Windows color (decimal): -12042333 or 10698568. OLE color: 10698568.
HSL color Cylindrical-coordinate representation of color #483FA3: hue angle of 245.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #483FA3 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 63 | 163 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.36 |
| HSL | 245.4º | 0.44% | 0.44% | - |
| HSV(B) | 245.4º | 0.61% | 0.64% | - |
| XYZ | 11.06 | 7.58 | 35.53 | - |
| YUV | 77.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 163 | 0.56 | 0.61 | 0 | 0.36 | 245.4 | 0.44 | 0.44 |
| Hex | 48 | 3F | A3 | 38 | 3D | 0 | 24 | F5 | 2C | 2C |
| Octal | 110 | 77 | 243 | 70 | 75 | 0 | 44 | 365 | 54 | 54 |
| Binary | 1001000 | 111111 | 10100011 | 111000 | 111101 | 0 | 100100 | 11110101 | 101100 | 101100 |
Color Harmonies of #483FA3
Complementary color
Monochromatic Colors of #483FA3
Black with #483FA3
Text Example
Text Example
White with #483FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FA3; }
p { color: rgb(72,63,163); }
H1.HeaderClassName
{
color: #483FA3;
}
.AnyTagClassName
{
color: #483FA3;
}
</style>
background-color css
<style>
a { background-color: #483FA3; }
a { background-color: rgb(72,63,163); }
div.DivClassName
{
background-color: #483FA3;
}
.BgClassName
{
background-color: #483FA3;
}
</style>
border-color css
<style>
span { border-color: #483FA3; }
span { border-color: rgb(72,63,163); }
td.TdClassName
{
border-color: #483FA3;
}
.TagClassName
{
border-color: #483FA3;
}
</style>