Shades of Free Speech Blue #473AD5
Tints of Free Speech Blue #473AD5
RGB
CMYK
RGB Variations
Color information
#473AD5 (or 0x473AD5) is known color: Free Speech Blue. HEX triplet: 47, 3A and D5. RGB value is (71,58,213). Sum of RGB (Red+Green+Blue) = 71+58+213=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #473AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AD5 is #B8C52A. Grayscale: #4E4E4E. Windows color (decimal): -12109099 or 13974087. OLE color: 13974087.
HSL color Cylindrical-coordinate representation of color #473AD5: hue angle of 245.03º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473AD5 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 58 | 213 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.16 |
| HSL | 245.03º | 0.65% | 0.53% | - |
| HSV(B) | 245.03º | 0.73% | 0.84% | - |
| XYZ | 16.12 | 9.17 | 63.87 | - |
| YUV | 79.56 | 203.31 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 213 | 0.67 | 0.73 | 0 | 0.16 | 245.03 | 0.65 | 0.53 |
| Hex | 47 | 3A | D5 | 43 | 49 | 0 | 10 | F5 | 41 | 35 |
| Octal | 107 | 72 | 325 | 103 | 111 | 0 | 20 | 365 | 101 | 65 |
| Binary | 1000111 | 111010 | 11010101 | 1000011 | 1001001 | 0 | 10000 | 11110101 | 1000001 | 110101 |
Color Harmonies of #473AD5
Complementary color
Monochromatic Colors of #473AD5
Black with #473AD5
Text Example
Text Example
White with #473AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AD5; }
p { color: rgb(71,58,213); }
H1.HeaderClassName
{
color: #473AD5;
}
.AnyTagClassName
{
color: #473AD5;
}
</style>
background-color css
<style>
a { background-color: #473AD5; }
a { background-color: rgb(71,58,213); }
div.DivClassName
{
background-color: #473AD5;
}
.BgClassName
{
background-color: #473AD5;
}
</style>
border-color css
<style>
span { border-color: #473AD5; }
span { border-color: rgb(71,58,213); }
td.TdClassName
{
border-color: #473AD5;
}
.TagClassName
{
border-color: #473AD5;
}
</style>