Shades of Free Speech Blue #473FDB
Tints of Free Speech Blue #473FDB
RGB
CMYK
RGB Variations
Color information
#473FDB (or 0x473FDB) is known color: Free Speech Blue. HEX triplet: 47, 3F and DB. RGB value is (71,63,219). Sum of RGB (Red+Green+Blue) = 71+63+219=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #473FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDB is #B8C024. Grayscale: #525252. Windows color (decimal): -12107813 or 14368583. OLE color: 14368583.
HSL color Cylindrical-coordinate representation of color #473FDB: hue angle of 243.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #473FDB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 63 | 219 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.14 |
| HSL | 243.08º | 0.68% | 0.55% | - |
| HSV(B) | 243.08º | 0.71% | 0.86% | - |
| XYZ | 17.16 | 10.01 | 68.05 | - |
| YUV | 83.18 | 204.65 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 219 | 0.68 | 0.71 | 0 | 0.14 | 243.08 | 0.68 | 0.55 |
| Hex | 47 | 3F | DB | 44 | 47 | 0 | E | F3 | 44 | 37 |
| Octal | 107 | 77 | 333 | 104 | 107 | 0 | 16 | 363 | 104 | 67 |
| Binary | 1000111 | 111111 | 11011011 | 1000100 | 1000111 | 0 | 1110 | 11110011 | 1000100 | 110111 |
Color Harmonies of #473FDB
Complementary color
Monochromatic Colors of #473FDB
Black with #473FDB
Text Example
Text Example
White with #473FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473FDB; }
p { color: rgb(71,63,219); }
H1.HeaderClassName
{
color: #473FDB;
}
.AnyTagClassName
{
color: #473FDB;
}
</style>
background-color css
<style>
a { background-color: #473FDB; }
a { background-color: rgb(71,63,219); }
div.DivClassName
{
background-color: #473FDB;
}
.BgClassName
{
background-color: #473FDB;
}
</style>
border-color css
<style>
span { border-color: #473FDB; }
span { border-color: rgb(71,63,219); }
td.TdClassName
{
border-color: #473FDB;
}
.TagClassName
{
border-color: #473FDB;
}
</style>