Shades of Free Speech Blue #473ECD
Tints of Free Speech Blue #473ECD
RGB
CMYK
RGB Variations
Color information
#473ECD (or 0x473ECD) is known color: Free Speech Blue. HEX triplet: 47, 3E and CD. RGB value is (71,62,205). Sum of RGB (Red+Green+Blue) = 71+62+205=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #473ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ECD is #B8C132. Grayscale: #505050. Windows color (decimal): -12108083 or 13450823. OLE color: 13450823.
HSL color Cylindrical-coordinate representation of color #473ECD: hue angle of 243.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473ECD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 62 | 205 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.20 |
| HSL | 243.78º | 0.59% | 0.52% | - |
| HSV(B) | 243.78º | 0.7% | 0.8% | - |
| XYZ | 15.34 | 9.19 | 58.72 | - |
| YUV | 80.99 | 197.98 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 205 | 0.65 | 0.70 | 0 | 0.20 | 243.78 | 0.59 | 0.52 |
| Hex | 47 | 3E | CD | 41 | 46 | 0 | 14 | F4 | 3B | 34 |
| Octal | 107 | 76 | 315 | 101 | 106 | 0 | 24 | 364 | 73 | 64 |
| Binary | 1000111 | 111110 | 11001101 | 1000001 | 1000110 | 0 | 10100 | 11110100 | 111011 | 110100 |
Color Harmonies of #473ECD
Complementary color
Monochromatic Colors of #473ECD
Black with #473ECD
Text Example
Text Example
White with #473ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473ECD; }
p { color: rgb(71,62,205); }
H1.HeaderClassName
{
color: #473ECD;
}
.AnyTagClassName
{
color: #473ECD;
}
</style>
background-color css
<style>
a { background-color: #473ECD; }
a { background-color: rgb(71,62,205); }
div.DivClassName
{
background-color: #473ECD;
}
.BgClassName
{
background-color: #473ECD;
}
</style>
border-color css
<style>
span { border-color: #473ECD; }
span { border-color: rgb(71,62,205); }
td.TdClassName
{
border-color: #473ECD;
}
.TagClassName
{
border-color: #473ECD;
}
</style>