Shades of Blue Gem #482FA3
Tints of Blue Gem #482FA3
RGB
CMYK
RGB Variations
Color information
#482FA3 (or 0x482FA3) is known color: Blue Gem. HEX triplet: 48, 2F and A3. RGB value is (72,47,163). Sum of RGB (Red+Green+Blue) = 72+47+163=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #482FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FA3 is #B7D05C. Grayscale: #434343. Windows color (decimal): -12046429 or 10694472. OLE color: 10694472.
HSL color Cylindrical-coordinate representation of color #482FA3: hue angle of 252.93º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482FA3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 47 | 163 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.36 |
| HSL | 252.93º | 0.55% | 0.41% | - |
| HSV(B) | 252.93º | 0.71% | 0.64% | - |
| XYZ | 10.3 | 6.06 | 35.28 | - |
| YUV | 67.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 163 | 0.56 | 0.71 | 0 | 0.36 | 252.93 | 0.55 | 0.41 |
| Hex | 48 | 2F | A3 | 38 | 47 | 0 | 24 | FD | 37 | 29 |
| Octal | 110 | 57 | 243 | 70 | 107 | 0 | 44 | 375 | 67 | 51 |
| Binary | 1001000 | 101111 | 10100011 | 111000 | 1000111 | 0 | 100100 | 11111101 | 110111 | 101001 |
Color Harmonies of #482FA3
Complementary color
Monochromatic Colors of #482FA3
Black with #482FA3
Text Example
Text Example
White with #482FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482FA3; }
p { color: rgb(72,47,163); }
H1.HeaderClassName
{
color: #482FA3;
}
.AnyTagClassName
{
color: #482FA3;
}
</style>
background-color css
<style>
a { background-color: #482FA3; }
a { background-color: rgb(72,47,163); }
div.DivClassName
{
background-color: #482FA3;
}
.BgClassName
{
background-color: #482FA3;
}
</style>
border-color css
<style>
span { border-color: #482FA3; }
span { border-color: rgb(72,47,163); }
td.TdClassName
{
border-color: #482FA3;
}
.TagClassName
{
border-color: #482FA3;
}
</style>