Shades of Blue Gem #473BA5
Tints of Blue Gem #473BA5
RGB
CMYK
RGB Variations
Color information
#473BA5 (or 0x473BA5) is known color: Blue Gem. HEX triplet: 47, 3B and A5. RGB value is (71,59,165). Sum of RGB (Red+Green+Blue) = 71+59+165=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #473BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473BA5 is #B8C45A. Grayscale: #4A4A4A. Windows color (decimal): -12108891 or 10828615. OLE color: 10828615.
HSL color Cylindrical-coordinate representation of color #473BA5: hue angle of 246.79º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473BA5 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 59 | 165 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.35 |
| HSL | 246.79º | 0.47% | 0.44% | - |
| HSV(B) | 246.79º | 0.64% | 0.65% | - |
| XYZ | 10.95 | 7.18 | 36.41 | - |
| YUV | 74.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 165 | 0.57 | 0.64 | 0 | 0.35 | 246.79 | 0.47 | 0.44 |
| Hex | 47 | 3B | A5 | 39 | 40 | 0 | 23 | F7 | 2F | 2C |
| Octal | 107 | 73 | 245 | 71 | 100 | 0 | 43 | 367 | 57 | 54 |
| Binary | 1000111 | 111011 | 10100101 | 111001 | 1000000 | 0 | 100011 | 11110111 | 101111 | 101100 |
Color Harmonies of #473BA5
Complementary color
Monochromatic Colors of #473BA5
Black with #473BA5
Text Example
Text Example
White with #473BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BA5; }
p { color: rgb(71,59,165); }
H1.HeaderClassName
{
color: #473BA5;
}
.AnyTagClassName
{
color: #473BA5;
}
</style>
background-color css
<style>
a { background-color: #473BA5; }
a { background-color: rgb(71,59,165); }
div.DivClassName
{
background-color: #473BA5;
}
.BgClassName
{
background-color: #473BA5;
}
</style>
border-color css
<style>
span { border-color: #473BA5; }
span { border-color: rgb(71,59,165); }
td.TdClassName
{
border-color: #473BA5;
}
.TagClassName
{
border-color: #473BA5;
}
</style>