Shades of Free Speech Blue #473AD4
Tints of Free Speech Blue #473AD4
RGB
CMYK
RGB Variations
Color information
#473AD4 (or 0x473AD4) is known color: Free Speech Blue. HEX triplet: 47, 3A and D4. RGB value is (71,58,212). Sum of RGB (Red+Green+Blue) = 71+58+212=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #473AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473AD4 is #B8C52B. Grayscale: #4E4E4E. Windows color (decimal): -12109100 or 13908551. OLE color: 13908551.
HSL color Cylindrical-coordinate representation of color #473AD4: hue angle of 245.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473AD4 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 58 | 212 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.17 |
| HSL | 245.06º | 0.64% | 0.53% | - |
| HSV(B) | 245.06º | 0.73% | 0.83% | - |
| XYZ | 16 | 9.12 | 63.2 | - |
| YUV | 79.44 | 202.81 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 212 | 0.67 | 0.73 | 0 | 0.17 | 245.06 | 0.64 | 0.53 |
| Hex | 47 | 3A | D4 | 43 | 49 | 0 | 11 | F5 | 40 | 35 |
| Octal | 107 | 72 | 324 | 103 | 111 | 0 | 21 | 365 | 100 | 65 |
| Binary | 1000111 | 111010 | 11010100 | 1000011 | 1001001 | 0 | 10001 | 11110101 | 1000000 | 110101 |
Color Harmonies of #473AD4
Complementary color
Monochromatic Colors of #473AD4
Black with #473AD4
Text Example
Text Example
White with #473AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473AD4; }
p { color: rgb(71,58,212); }
H1.HeaderClassName
{
color: #473AD4;
}
.AnyTagClassName
{
color: #473AD4;
}
</style>
background-color css
<style>
a { background-color: #473AD4; }
a { background-color: rgb(71,58,212); }
div.DivClassName
{
background-color: #473AD4;
}
.BgClassName
{
background-color: #473AD4;
}
</style>
border-color css
<style>
span { border-color: #473AD4; }
span { border-color: rgb(71,58,212); }
td.TdClassName
{
border-color: #473AD4;
}
.TagClassName
{
border-color: #473AD4;
}
</style>