Shades of Blue Gem #473DAB
Tints of Blue Gem #473DAB
RGB
CMYK
RGB Variations
Color information
#473DAB (or 0x473DAB) is known color: Blue Gem. HEX triplet: 47, 3D and AB. RGB value is (71,61,171). Sum of RGB (Red+Green+Blue) = 71+61+171=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #473DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAB is #B8C254. Grayscale: #4C4C4C. Windows color (decimal): -12108373 or 11222343. OLE color: 11222343.
HSL color Cylindrical-coordinate representation of color #473DAB: hue angle of 245.45º 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 #473DAB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 61 | 171 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.33 |
| HSL | 245.45º | 0.47% | 0.45% | - |
| HSV(B) | 245.45º | 0.64% | 0.67% | - |
| XYZ | 11.62 | 7.62 | 39.39 | - |
| YUV | 76.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 171 | 0.58 | 0.64 | 0 | 0.33 | 245.45 | 0.47 | 0.45 |
| Hex | 47 | 3D | AB | 3A | 40 | 0 | 21 | F5 | 2F | 2D |
| Octal | 107 | 75 | 253 | 72 | 100 | 0 | 41 | 365 | 57 | 55 |
| Binary | 1000111 | 111101 | 10101011 | 111010 | 1000000 | 0 | 100001 | 11110101 | 101111 | 101101 |
Color Harmonies of #473DAB
Complementary color
Monochromatic Colors of #473DAB
Black with #473DAB
Text Example
Text Example
White with #473DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DAB; }
p { color: rgb(71,61,171); }
H1.HeaderClassName
{
color: #473DAB;
}
.AnyTagClassName
{
color: #473DAB;
}
</style>
background-color css
<style>
a { background-color: #473DAB; }
a { background-color: rgb(71,61,171); }
div.DivClassName
{
background-color: #473DAB;
}
.BgClassName
{
background-color: #473DAB;
}
</style>
border-color css
<style>
span { border-color: #473DAB; }
span { border-color: rgb(71,61,171); }
td.TdClassName
{
border-color: #473DAB;
}
.TagClassName
{
border-color: #473DAB;
}
</style>