Shades of Blue Gem #483DAC
Tints of Blue Gem #483DAC
RGB
CMYK
RGB Variations
Color information
#483DAC (or 0x483DAC) is known color: Blue Gem. HEX triplet: 48, 3D and AC. RGB value is (72,61,172). Sum of RGB (Red+Green+Blue) = 72+61+172=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #483DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483DAC is #B7C253. Grayscale: #4C4C4C. Windows color (decimal): -12042836 or 11287880. OLE color: 11287880.
HSL color Cylindrical-coordinate representation of color #483DAC: hue angle of 245.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483DAC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 61 | 172 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.33 |
| HSL | 245.95º | 0.48% | 0.46% | - |
| HSV(B) | 245.95º | 0.65% | 0.67% | - |
| XYZ | 11.79 | 7.69 | 39.89 | - |
| YUV | 76.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 172 | 0.58 | 0.65 | 0 | 0.33 | 245.95 | 0.48 | 0.46 |
| Hex | 48 | 3D | AC | 3A | 41 | 0 | 21 | F6 | 30 | 2E |
| Octal | 110 | 75 | 254 | 72 | 101 | 0 | 41 | 366 | 60 | 56 |
| Binary | 1001000 | 111101 | 10101100 | 111010 | 1000001 | 0 | 100001 | 11110110 | 110000 | 101110 |
Color Harmonies of #483DAC
Complementary color
Monochromatic Colors of #483DAC
Black with #483DAC
Text Example
Text Example
White with #483DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DAC; }
p { color: rgb(72,61,172); }
H1.HeaderClassName
{
color: #483DAC;
}
.AnyTagClassName
{
color: #483DAC;
}
</style>
background-color css
<style>
a { background-color: #483DAC; }
a { background-color: rgb(72,61,172); }
div.DivClassName
{
background-color: #483DAC;
}
.BgClassName
{
background-color: #483DAC;
}
</style>
border-color css
<style>
span { border-color: #483DAC; }
span { border-color: rgb(72,61,172); }
td.TdClassName
{
border-color: #483DAC;
}
.TagClassName
{
border-color: #483DAC;
}
</style>