Shades of Free Speech Blue #473ECF
Tints of Free Speech Blue #473ECF
RGB
CMYK
RGB Variations
Color information
#473ECF (or 0x473ECF) is known color: Free Speech Blue. HEX triplet: 47, 3E and CF. RGB value is (71,62,207). Sum of RGB (Red+Green+Blue) = 71+62+207=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #473ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ECF is #B8C130. Grayscale: #505050. Windows color (decimal): -12108081 or 13581895. OLE color: 13581895.
HSL color Cylindrical-coordinate representation of color #473ECF: hue angle of 243.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473ECF is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 62 | 207 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.19 |
| HSL | 243.72º | 0.6% | 0.53% | - |
| HSV(B) | 243.72º | 0.7% | 0.81% | - |
| XYZ | 15.58 | 9.29 | 60 | - |
| YUV | 81.22 | 198.98 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 207 | 0.66 | 0.70 | 0 | 0.19 | 243.72 | 0.6 | 0.53 |
| Hex | 47 | 3E | CF | 42 | 46 | 0 | 13 | F4 | 3C | 35 |
| Octal | 107 | 76 | 317 | 102 | 106 | 0 | 23 | 364 | 74 | 65 |
| Binary | 1000111 | 111110 | 11001111 | 1000010 | 1000110 | 0 | 10011 | 11110100 | 111100 | 110101 |
Color Harmonies of #473ECF
Complementary color
Monochromatic Colors of #473ECF
Black with #473ECF
Text Example
Text Example
White with #473ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ECF; }
p { color: rgb(71,62,207); }
H1.HeaderClassName
{
color: #473ECF;
}
.AnyTagClassName
{
color: #473ECF;
}
</style>
background-color css
<style>
a { background-color: #473ECF; }
a { background-color: rgb(71,62,207); }
div.DivClassName
{
background-color: #473ECF;
}
.BgClassName
{
background-color: #473ECF;
}
</style>
border-color css
<style>
span { border-color: #473ECF; }
span { border-color: rgb(71,62,207); }
td.TdClassName
{
border-color: #473ECF;
}
.TagClassName
{
border-color: #473ECF;
}
</style>