Shades of Free Speech Blue #473AD6
Tints of Free Speech Blue #473AD6
RGB
CMYK
RGB Variations
Color information
#473AD6 (or 0x473AD6) is known color: Free Speech Blue. HEX triplet: 47, 3A and D6. RGB value is (71,58,214). Sum of RGB (Red+Green+Blue) = 71+58+214=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #473AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AD6 is #B8C529. Grayscale: #4F4F4F. Windows color (decimal): -12109098 or 14039623. OLE color: 14039623.
HSL color Cylindrical-coordinate representation of color #473AD6: hue angle of 245º degrees, saturation: 0.66, 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 #473AD6 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 58 | 214 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.16 |
| HSL | 245º | 0.66% | 0.53% | - |
| HSV(B) | 245º | 0.73% | 0.84% | - |
| XYZ | 16.25 | 9.22 | 64.54 | - |
| YUV | 79.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 214 | 0.67 | 0.73 | 0 | 0.16 | 245 | 0.66 | 0.53 |
| Hex | 47 | 3A | D6 | 43 | 49 | 0 | 10 | F5 | 42 | 35 |
| Octal | 107 | 72 | 326 | 103 | 111 | 0 | 20 | 365 | 102 | 65 |
| Binary | 1000111 | 111010 | 11010110 | 1000011 | 1001001 | 0 | 10000 | 11110101 | 1000010 | 110101 |
Color Harmonies of #473AD6
Complementary color
Monochromatic Colors of #473AD6
Black with #473AD6
Text Example
Text Example
White with #473AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AD6; }
p { color: rgb(71,58,214); }
H1.HeaderClassName
{
color: #473AD6;
}
.AnyTagClassName
{
color: #473AD6;
}
</style>
background-color css
<style>
a { background-color: #473AD6; }
a { background-color: rgb(71,58,214); }
div.DivClassName
{
background-color: #473AD6;
}
.BgClassName
{
background-color: #473AD6;
}
</style>
border-color css
<style>
span { border-color: #473AD6; }
span { border-color: rgb(71,58,214); }
td.TdClassName
{
border-color: #473AD6;
}
.TagClassName
{
border-color: #473AD6;
}
</style>