Shades of Blue Gem #473DAA
Tints of Blue Gem #473DAA
RGB
CMYK
RGB Variations
Color information
#473DAA (or 0x473DAA) is known color: Blue Gem. HEX triplet: 47, 3D and AA. RGB value is (71,61,170). Sum of RGB (Red+Green+Blue) = 71+61+170=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #473DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473DAA is #B8C255. Grayscale: #4B4B4B. Windows color (decimal): -12108374 or 11156807. OLE color: 11156807.
HSL color Cylindrical-coordinate representation of color #473DAA: hue angle of 245.5º 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 #473DAA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 61 | 170 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.33 |
| HSL | 245.5º | 0.47% | 0.45% | - |
| HSV(B) | 245.5º | 0.64% | 0.67% | - |
| XYZ | 11.52 | 7.58 | 38.89 | - |
| YUV | 76.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 170 | 0.58 | 0.64 | 0 | 0.33 | 245.5 | 0.47 | 0.45 |
| Hex | 47 | 3D | AA | 3A | 40 | 0 | 21 | F6 | 2F | 2D |
| Octal | 107 | 75 | 252 | 72 | 100 | 0 | 41 | 366 | 57 | 55 |
| Binary | 1000111 | 111101 | 10101010 | 111010 | 1000000 | 0 | 100001 | 11110110 | 101111 | 101101 |
Color Harmonies of #473DAA
Complementary color
Monochromatic Colors of #473DAA
Black with #473DAA
Text Example
Text Example
White with #473DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DAA; }
p { color: rgb(71,61,170); }
H1.HeaderClassName
{
color: #473DAA;
}
.AnyTagClassName
{
color: #473DAA;
}
</style>
background-color css
<style>
a { background-color: #473DAA; }
a { background-color: rgb(71,61,170); }
div.DivClassName
{
background-color: #473DAA;
}
.BgClassName
{
background-color: #473DAA;
}
</style>
border-color css
<style>
span { border-color: #473DAA; }
span { border-color: rgb(71,61,170); }
td.TdClassName
{
border-color: #473DAA;
}
.TagClassName
{
border-color: #473DAA;
}
</style>