Shades of Free Speech Blue #473BBB
Tints of Free Speech Blue #473BBB
RGB
CMYK
RGB Variations
Color information
#473BBB (or 0x473BBB) is known color: Free Speech Blue. HEX triplet: 47, 3B and BB. RGB value is (71,59,187). Sum of RGB (Red+Green+Blue) = 71+59+187=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #473BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BBB is #B8C444. Grayscale: #4C4C4C. Windows color (decimal): -12108869 or 12270407. OLE color: 12270407.
HSL color Cylindrical-coordinate representation of color #473BBB: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473BBB is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 59 | 187 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.27 |
| HSL | 245.63º | 0.52% | 0.48% | - |
| HSV(B) | 245.63º | 0.68% | 0.73% | - |
| XYZ | 13.13 | 8.06 | 47.88 | - |
| YUV | 77.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 187 | 0.62 | 0.68 | 0 | 0.27 | 245.63 | 0.52 | 0.48 |
| Hex | 47 | 3B | BB | 3E | 44 | 0 | 1B | F6 | 34 | 30 |
| Octal | 107 | 73 | 273 | 76 | 104 | 0 | 33 | 366 | 64 | 60 |
| Binary | 1000111 | 111011 | 10111011 | 111110 | 1000100 | 0 | 11011 | 11110110 | 110100 | 110000 |
Color Harmonies of #473BBB
Complementary color
Monochromatic Colors of #473BBB
Black with #473BBB
Text Example
Text Example
White with #473BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BBB; }
p { color: rgb(71,59,187); }
H1.HeaderClassName
{
color: #473BBB;
}
.AnyTagClassName
{
color: #473BBB;
}
</style>
background-color css
<style>
a { background-color: #473BBB; }
a { background-color: rgb(71,59,187); }
div.DivClassName
{
background-color: #473BBB;
}
.BgClassName
{
background-color: #473BBB;
}
</style>
border-color css
<style>
span { border-color: #473BBB; }
span { border-color: rgb(71,59,187); }
td.TdClassName
{
border-color: #473BBB;
}
.TagClassName
{
border-color: #473BBB;
}
</style>