Shades of Free Speech Blue #473FC1
Tints of Free Speech Blue #473FC1
RGB
CMYK
RGB Variations
Color information
#473FC1 (or 0x473FC1) is known color: Free Speech Blue. HEX triplet: 47, 3F and C1. RGB value is (71,63,193). Sum of RGB (Red+Green+Blue) = 71+63+193=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #473FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FC1 is #B8C03E. Grayscale: #4F4F4F. Windows color (decimal): -12107839 or 12664647. OLE color: 12664647.
HSL color Cylindrical-coordinate representation of color #473FC1: hue angle of 243.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473FC1 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 63 | 193 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.24 |
| HSL | 243.69º | 0.51% | 0.5% | - |
| HSV(B) | 243.69º | 0.67% | 0.76% | - |
| XYZ | 14 | 8.74 | 51.4 | - |
| YUV | 80.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 193 | 0.63 | 0.67 | 0 | 0.24 | 243.69 | 0.51 | 0.5 |
| Hex | 47 | 3F | C1 | 3F | 43 | 0 | 18 | F4 | 33 | 32 |
| Octal | 107 | 77 | 301 | 77 | 103 | 0 | 30 | 364 | 63 | 62 |
| Binary | 1000111 | 111111 | 11000001 | 111111 | 1000011 | 0 | 11000 | 11110100 | 110011 | 110010 |
Color Harmonies of #473FC1
Complementary color
Monochromatic Colors of #473FC1
Black with #473FC1
Text Example
Text Example
White with #473FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FC1; }
p { color: rgb(71,63,193); }
H1.HeaderClassName
{
color: #473FC1;
}
.AnyTagClassName
{
color: #473FC1;
}
</style>
background-color css
<style>
a { background-color: #473FC1; }
a { background-color: rgb(71,63,193); }
div.DivClassName
{
background-color: #473FC1;
}
.BgClassName
{
background-color: #473FC1;
}
</style>
border-color css
<style>
span { border-color: #473FC1; }
span { border-color: rgb(71,63,193); }
td.TdClassName
{
border-color: #473FC1;
}
.TagClassName
{
border-color: #473FC1;
}
</style>