Shades of Blue Gem #483BAD
Tints of Blue Gem #483BAD
RGB
CMYK
RGB Variations
Color information
#483BAD (or 0x483BAD) is known color: Blue Gem. HEX triplet: 48, 3B and AD. RGB value is (72,59,173). Sum of RGB (Red+Green+Blue) = 72+59+173=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #483BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483BAD is #B7C452. Grayscale: #4B4B4B. Windows color (decimal): -12043347 or 11352904. OLE color: 11352904.
HSL color Cylindrical-coordinate representation of color #483BAD: hue angle of 246.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483BAD is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 59 | 173 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.32 |
| HSL | 246.84º | 0.49% | 0.45% | - |
| HSV(B) | 246.84º | 0.66% | 0.68% | - |
| XYZ | 11.78 | 7.52 | 40.37 | - |
| YUV | 75.88 | 182.81 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 173 | 0.58 | 0.66 | 0 | 0.32 | 246.84 | 0.49 | 0.45 |
| Hex | 48 | 3B | AD | 3A | 42 | 0 | 20 | F7 | 31 | 2D |
| Octal | 110 | 73 | 255 | 72 | 102 | 0 | 40 | 367 | 61 | 55 |
| Binary | 1001000 | 111011 | 10101101 | 111010 | 1000010 | 0 | 100000 | 11110111 | 110001 | 101101 |
Color Harmonies of #483BAD
Complementary color
Monochromatic Colors of #483BAD
Black with #483BAD
Text Example
Text Example
White with #483BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483BAD; }
p { color: rgb(72,59,173); }
H1.HeaderClassName
{
color: #483BAD;
}
.AnyTagClassName
{
color: #483BAD;
}
</style>
background-color css
<style>
a { background-color: #483BAD; }
a { background-color: rgb(72,59,173); }
div.DivClassName
{
background-color: #483BAD;
}
.BgClassName
{
background-color: #483BAD;
}
</style>
border-color css
<style>
span { border-color: #483BAD; }
span { border-color: rgb(72,59,173); }
td.TdClassName
{
border-color: #483BAD;
}
.TagClassName
{
border-color: #483BAD;
}
</style>