Shades of Free Speech Blue #473BC5
Tints of Free Speech Blue #473BC5
RGB
CMYK
RGB Variations
Color information
#473BC5 (or 0x473BC5) is known color: Free Speech Blue. HEX triplet: 47, 3B and C5. RGB value is (71,59,197). Sum of RGB (Red+Green+Blue) = 71+59+197=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #473BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC5 is #B8C43A. Grayscale: #4D4D4D. Windows color (decimal): -12108859 or 12925767. OLE color: 12925767.
HSL color Cylindrical-coordinate representation of color #473BC5: hue angle of 245.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473BC5 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 59 | 197 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.23 |
| HSL | 245.22º | 0.54% | 0.5% | - |
| HSV(B) | 245.22º | 0.7% | 0.77% | - |
| XYZ | 14.24 | 8.5 | 53.71 | - |
| YUV | 78.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 197 | 0.64 | 0.70 | 0 | 0.23 | 245.22 | 0.54 | 0.5 |
| Hex | 47 | 3B | C5 | 40 | 46 | 0 | 17 | F5 | 36 | 32 |
| Octal | 107 | 73 | 305 | 100 | 106 | 0 | 27 | 365 | 66 | 62 |
| Binary | 1000111 | 111011 | 11000101 | 1000000 | 1000110 | 0 | 10111 | 11110101 | 110110 | 110010 |
Color Harmonies of #473BC5
Complementary color
Monochromatic Colors of #473BC5
Black with #473BC5
Text Example
Text Example
White with #473BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BC5; }
p { color: rgb(71,59,197); }
H1.HeaderClassName
{
color: #473BC5;
}
.AnyTagClassName
{
color: #473BC5;
}
</style>
background-color css
<style>
a { background-color: #473BC5; }
a { background-color: rgb(71,59,197); }
div.DivClassName
{
background-color: #473BC5;
}
.BgClassName
{
background-color: #473BC5;
}
</style>
border-color css
<style>
span { border-color: #473BC5; }
span { border-color: rgb(71,59,197); }
td.TdClassName
{
border-color: #473BC5;
}
.TagClassName
{
border-color: #473BC5;
}
</style>