Shades of Blue Gem #473CA6
Tints of Blue Gem #473CA6
RGB
CMYK
RGB Variations
Color information
#473CA6 (or 0x473CA6) is known color: Blue Gem. HEX triplet: 47, 3C and A6. RGB value is (71,60,166). Sum of RGB (Red+Green+Blue) = 71+60+166=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #473CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CA6 is #B8C359. Grayscale: #4A4A4A. Windows color (decimal): -12108634 or 10894407. OLE color: 10894407.
HSL color Cylindrical-coordinate representation of color #473CA6: hue angle of 246.23º 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 #473CA6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 60 | 166 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.35 |
| HSL | 246.23º | 0.47% | 0.44% | - |
| HSV(B) | 246.23º | 0.64% | 0.65% | - |
| XYZ | 11.1 | 7.32 | 36.91 | - |
| YUV | 75.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 166 | 0.57 | 0.64 | 0 | 0.35 | 246.23 | 0.47 | 0.44 |
| Hex | 47 | 3C | A6 | 39 | 40 | 0 | 23 | F6 | 2F | 2C |
| Octal | 107 | 74 | 246 | 71 | 100 | 0 | 43 | 366 | 57 | 54 |
| Binary | 1000111 | 111100 | 10100110 | 111001 | 1000000 | 0 | 100011 | 11110110 | 101111 | 101100 |
Color Harmonies of #473CA6
Complementary color
Monochromatic Colors of #473CA6
Black with #473CA6
Text Example
Text Example
White with #473CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CA6; }
p { color: rgb(71,60,166); }
H1.HeaderClassName
{
color: #473CA6;
}
.AnyTagClassName
{
color: #473CA6;
}
</style>
background-color css
<style>
a { background-color: #473CA6; }
a { background-color: rgb(71,60,166); }
div.DivClassName
{
background-color: #473CA6;
}
.BgClassName
{
background-color: #473CA6;
}
</style>
border-color css
<style>
span { border-color: #473CA6; }
span { border-color: rgb(71,60,166); }
td.TdClassName
{
border-color: #473CA6;
}
.TagClassName
{
border-color: #473CA6;
}
</style>