Shades of Free Speech Blue #473BDB
Tints of Free Speech Blue #473BDB
RGB
CMYK
RGB Variations
Color information
#473BDB (or 0x473BDB) is known color: Free Speech Blue. HEX triplet: 47, 3B and DB. RGB value is (71,59,219). Sum of RGB (Red+Green+Blue) = 71+59+219=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #473BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BDB is #B8C424. Grayscale: #505050. Windows color (decimal): -12108837 or 14367559. OLE color: 14367559.
HSL color Cylindrical-coordinate representation of color #473BDB: hue angle of 244.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473BDB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 59 | 219 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.14 |
| HSL | 244.5º | 0.69% | 0.55% | - |
| HSV(B) | 244.5º | 0.73% | 0.86% | - |
| XYZ | 16.95 | 9.58 | 67.97 | - |
| YUV | 80.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 219 | 0.68 | 0.73 | 0 | 0.14 | 244.5 | 0.69 | 0.55 |
| Hex | 47 | 3B | DB | 44 | 49 | 0 | E | F4 | 45 | 37 |
| Octal | 107 | 73 | 333 | 104 | 111 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1000111 | 111011 | 11011011 | 1000100 | 1001001 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #473BDB
Complementary color
Monochromatic Colors of #473BDB
Black with #473BDB
Text Example
Text Example
White with #473BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473BDB; }
p { color: rgb(71,59,219); }
H1.HeaderClassName
{
color: #473BDB;
}
.AnyTagClassName
{
color: #473BDB;
}
</style>
background-color css
<style>
a { background-color: #473BDB; }
a { background-color: rgb(71,59,219); }
div.DivClassName
{
background-color: #473BDB;
}
.BgClassName
{
background-color: #473BDB;
}
</style>
border-color css
<style>
span { border-color: #473BDB; }
span { border-color: rgb(71,59,219); }
td.TdClassName
{
border-color: #473BDB;
}
.TagClassName
{
border-color: #473BDB;
}
</style>