Shades of Free Speech Blue #473BC6
Tints of Free Speech Blue #473BC6
RGB
CMYK
RGB Variations
Color information
#473BC6 (or 0x473BC6) is known color: Free Speech Blue. HEX triplet: 47, 3B and C6. RGB value is (71,59,198). Sum of RGB (Red+Green+Blue) = 71+59+198=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #473BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC6 is #B8C439. Grayscale: #4D4D4D. Windows color (decimal): -12108858 or 12991303. OLE color: 12991303.
HSL color Cylindrical-coordinate representation of color #473BC6: hue angle of 245.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473BC6 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 59 | 198 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.22 |
| HSL | 245.18º | 0.55% | 0.5% | - |
| HSV(B) | 245.18º | 0.7% | 0.78% | - |
| XYZ | 14.36 | 8.54 | 54.32 | - |
| YUV | 78.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 198 | 0.64 | 0.70 | 0 | 0.22 | 245.18 | 0.55 | 0.5 |
| Hex | 47 | 3B | C6 | 40 | 46 | 0 | 16 | F5 | 37 | 32 |
| Octal | 107 | 73 | 306 | 100 | 106 | 0 | 26 | 365 | 67 | 62 |
| Binary | 1000111 | 111011 | 11000110 | 1000000 | 1000110 | 0 | 10110 | 11110101 | 110111 | 110010 |
Color Harmonies of #473BC6
Complementary color
Monochromatic Colors of #473BC6
Black with #473BC6
Text Example
Text Example
White with #473BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BC6; }
p { color: rgb(71,59,198); }
H1.HeaderClassName
{
color: #473BC6;
}
.AnyTagClassName
{
color: #473BC6;
}
</style>
background-color css
<style>
a { background-color: #473BC6; }
a { background-color: rgb(71,59,198); }
div.DivClassName
{
background-color: #473BC6;
}
.BgClassName
{
background-color: #473BC6;
}
</style>
border-color css
<style>
span { border-color: #473BC6; }
span { border-color: rgb(71,59,198); }
td.TdClassName
{
border-color: #473BC6;
}
.TagClassName
{
border-color: #473BC6;
}
</style>