Shades of Blue Gem #473AA5
Tints of Blue Gem #473AA5
RGB
CMYK
RGB Variations
Color information
#473AA5 (or 0x473AA5) is known color: Blue Gem. HEX triplet: 47, 3A and A5. RGB value is (71,58,165). Sum of RGB (Red+Green+Blue) = 71+58+165=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #473AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AA5 is #B8C55A. Grayscale: #494949. Windows color (decimal): -12109147 or 10828359. OLE color: 10828359.
HSL color Cylindrical-coordinate representation of color #473AA5: hue angle of 247.29º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473AA5 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 58 | 165 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.35 |
| HSL | 247.29º | 0.48% | 0.44% | - |
| HSV(B) | 247.29º | 0.65% | 0.65% | - |
| XYZ | 10.9 | 7.08 | 36.39 | - |
| YUV | 74.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 165 | 0.57 | 0.65 | 0 | 0.35 | 247.29 | 0.48 | 0.44 |
| Hex | 47 | 3A | A5 | 39 | 41 | 0 | 23 | F7 | 30 | 2C |
| Octal | 107 | 72 | 245 | 71 | 101 | 0 | 43 | 367 | 60 | 54 |
| Binary | 1000111 | 111010 | 10100101 | 111001 | 1000001 | 0 | 100011 | 11110111 | 110000 | 101100 |
Color Harmonies of #473AA5
Complementary color
Monochromatic Colors of #473AA5
Black with #473AA5
Text Example
Text Example
White with #473AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AA5; }
p { color: rgb(71,58,165); }
H1.HeaderClassName
{
color: #473AA5;
}
.AnyTagClassName
{
color: #473AA5;
}
</style>
background-color css
<style>
a { background-color: #473AA5; }
a { background-color: rgb(71,58,165); }
div.DivClassName
{
background-color: #473AA5;
}
.BgClassName
{
background-color: #473AA5;
}
</style>
border-color css
<style>
span { border-color: #473AA5; }
span { border-color: rgb(71,58,165); }
td.TdClassName
{
border-color: #473AA5;
}
.TagClassName
{
border-color: #473AA5;
}
</style>