Shades of Free Speech Blue #473CC5
Tints of Free Speech Blue #473CC5
RGB
CMYK
RGB Variations
Color information
#473CC5 (or 0x473CC5) is known color: Free Speech Blue. HEX triplet: 47, 3C and C5. RGB value is (71,60,197). Sum of RGB (Red+Green+Blue) = 71+60+197=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #473CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CC5 is #B8C33A. Grayscale: #4E4E4E. Windows color (decimal): -12108603 or 12926023. OLE color: 12926023.
HSL color Cylindrical-coordinate representation of color #473CC5: hue angle of 244.82º 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 #473CC5 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 60 | 197 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.23 |
| HSL | 244.82º | 0.54% | 0.5% | - |
| HSV(B) | 244.82º | 0.7% | 0.77% | - |
| XYZ | 14.29 | 8.6 | 53.73 | - |
| YUV | 78.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 197 | 0.64 | 0.70 | 0 | 0.23 | 244.82 | 0.54 | 0.5 |
| Hex | 47 | 3C | C5 | 40 | 46 | 0 | 17 | F5 | 36 | 32 |
| Octal | 107 | 74 | 305 | 100 | 106 | 0 | 27 | 365 | 66 | 62 |
| Binary | 1000111 | 111100 | 11000101 | 1000000 | 1000110 | 0 | 10111 | 11110101 | 110110 | 110010 |
Color Harmonies of #473CC5
Complementary color
Monochromatic Colors of #473CC5
Black with #473CC5
Text Example
Text Example
White with #473CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473CC5; }
p { color: rgb(71,60,197); }
H1.HeaderClassName
{
color: #473CC5;
}
.AnyTagClassName
{
color: #473CC5;
}
</style>
background-color css
<style>
a { background-color: #473CC5; }
a { background-color: rgb(71,60,197); }
div.DivClassName
{
background-color: #473CC5;
}
.BgClassName
{
background-color: #473CC5;
}
</style>
border-color css
<style>
span { border-color: #473CC5; }
span { border-color: rgb(71,60,197); }
td.TdClassName
{
border-color: #473CC5;
}
.TagClassName
{
border-color: #473CC5;
}
</style>