Shades of Free Speech Blue #473BC1
Tints of Free Speech Blue #473BC1
RGB
CMYK
RGB Variations
Color information
#473BC1 (or 0x473BC1) is known color: Free Speech Blue. HEX triplet: 47, 3B and C1. RGB value is (71,59,193). Sum of RGB (Red+Green+Blue) = 71+59+193=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #473BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BC1 is #B8C43E. Grayscale: #4D4D4D. Windows color (decimal): -12108863 or 12663623. OLE color: 12663623.
HSL color Cylindrical-coordinate representation of color #473BC1: hue angle of 245.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473BC1 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 59 | 193 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.24 |
| HSL | 245.37º | 0.53% | 0.49% | - |
| HSV(B) | 245.37º | 0.69% | 0.76% | - |
| XYZ | 13.79 | 8.32 | 51.33 | - |
| YUV | 77.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 193 | 0.63 | 0.69 | 0 | 0.24 | 245.37 | 0.53 | 0.49 |
| Hex | 47 | 3B | C1 | 3F | 45 | 0 | 18 | F5 | 35 | 31 |
| Octal | 107 | 73 | 301 | 77 | 105 | 0 | 30 | 365 | 65 | 61 |
| Binary | 1000111 | 111011 | 11000001 | 111111 | 1000101 | 0 | 11000 | 11110101 | 110101 | 110001 |
Color Harmonies of #473BC1
Complementary color
Monochromatic Colors of #473BC1
Black with #473BC1
Text Example
Text Example
White with #473BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BC1; }
p { color: rgb(71,59,193); }
H1.HeaderClassName
{
color: #473BC1;
}
.AnyTagClassName
{
color: #473BC1;
}
</style>
background-color css
<style>
a { background-color: #473BC1; }
a { background-color: rgb(71,59,193); }
div.DivClassName
{
background-color: #473BC1;
}
.BgClassName
{
background-color: #473BC1;
}
</style>
border-color css
<style>
span { border-color: #473BC1; }
span { border-color: rgb(71,59,193); }
td.TdClassName
{
border-color: #473BC1;
}
.TagClassName
{
border-color: #473BC1;
}
</style>