Shades of Blue Gem #483DAB
Tints of Blue Gem #483DAB
RGB
CMYK
RGB Variations
Color information
#483DAB (or 0x483DAB) is known color: Blue Gem. HEX triplet: 48, 3D and AB. RGB value is (72,61,171). Sum of RGB (Red+Green+Blue) = 72+61+171=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #483DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483DAB is #B7C254. Grayscale: #4C4C4C. Windows color (decimal): -12042837 or 11222344. OLE color: 11222344.
HSL color Cylindrical-coordinate representation of color #483DAB: hue angle of 246º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483DAB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 72 | 61 | 171 | - |
CMYK | 0.58 | 0.64 | 0 | 0.33 |
HSL | 246º | 0.47% | 0.45% | - |
HSV(B) | 246º | 0.64% | 0.67% | - |
XYZ | 11.69 | 7.66 | 39.39 | - |
YUV | 76.83 | 181.14 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 72 | 61 | 171 | 0.58 | 0.64 | 0 | 0.33 | 246 | 0.47 | 0.45 |
Hex | 48 | 3D | AB | 3A | 40 | 0 | 21 | F6 | 2F | 2D |
Octal | 110 | 75 | 253 | 72 | 100 | 0 | 41 | 366 | 57 | 55 |
Binary | 1001000 | 111101 | 10101011 | 111010 | 1000000 | 0 | 100001 | 11110110 | 101111 | 101101 |
Color Harmonies of #483DAB
Complementary color
Monochromatic Colors of #483DAB
Black with #483DAB
Text Example
Text Example
White with #483DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DAB; }
p { color: rgb(72,61,171); }
H1.HeaderClassName
{
color: #483DAB;
}
.AnyTagClassName
{
color: #483DAB;
}
</style>
background-color css
<style>
a { background-color: #483DAB; }
a { background-color: rgb(72,61,171); }
div.DivClassName
{
background-color: #483DAB;
}
.BgClassName
{
background-color: #483DAB;
}
</style>
border-color css
<style>
span { border-color: #483DAB; }
span { border-color: rgb(72,61,171); }
td.TdClassName
{
border-color: #483DAB;
}
.TagClassName
{
border-color: #483DAB;
}
</style>