Shades of Free Speech Blue #473FC3
Tints of Free Speech Blue #473FC3
RGB
CMYK
RGB Variations
Color information
#473FC3 (or 0x473FC3) is known color: Free Speech Blue. HEX triplet: 47, 3F and C3. RGB value is (71,63,195). Sum of RGB (Red+Green+Blue) = 71+63+195=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #473FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FC3 is #B8C03C. Grayscale: #4F4F4F. Windows color (decimal): -12107837 or 12795719. OLE color: 12795719.
HSL color Cylindrical-coordinate representation of color #473FC3: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473FC3 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 63 | 195 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.24 |
| HSL | 243.64º | 0.52% | 0.51% | - |
| HSV(B) | 243.64º | 0.68% | 0.76% | - |
| XYZ | 14.23 | 8.83 | 52.59 | - |
| YUV | 80.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 195 | 0.64 | 0.68 | 0 | 0.24 | 243.64 | 0.52 | 0.51 |
| Hex | 47 | 3F | C3 | 40 | 44 | 0 | 18 | F4 | 34 | 33 |
| Octal | 107 | 77 | 303 | 100 | 104 | 0 | 30 | 364 | 64 | 63 |
| Binary | 1000111 | 111111 | 11000011 | 1000000 | 1000100 | 0 | 11000 | 11110100 | 110100 | 110011 |
Color Harmonies of #473FC3
Complementary color
Monochromatic Colors of #473FC3
Black with #473FC3
Text Example
Text Example
White with #473FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FC3; }
p { color: rgb(71,63,195); }
H1.HeaderClassName
{
color: #473FC3;
}
.AnyTagClassName
{
color: #473FC3;
}
</style>
background-color css
<style>
a { background-color: #473FC3; }
a { background-color: rgb(71,63,195); }
div.DivClassName
{
background-color: #473FC3;
}
.BgClassName
{
background-color: #473FC3;
}
</style>
border-color css
<style>
span { border-color: #473FC3; }
span { border-color: rgb(71,63,195); }
td.TdClassName
{
border-color: #473FC3;
}
.TagClassName
{
border-color: #473FC3;
}
</style>