Shades of Free Speech Blue #475FCD
Tints of Free Speech Blue #475FCD
RGB
CMYK
RGB Variations
Color information
#475FCD (or 0x475FCD) is known color: Free Speech Blue. HEX triplet: 47, 5F and CD. RGB value is (71,95,205). Sum of RGB (Red+Green+Blue) = 71+95+205=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #475FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FCD is #B8A032. Grayscale: #636363. Windows color (decimal): -12099635 or 13459271. OLE color: 13459271.
HSL color Cylindrical-coordinate representation of color #475FCD: hue angle of 229.25º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475FCD is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 95 | 205 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.20 |
| HSL | 229.25º | 0.57% | 0.54% | - |
| HSV(B) | 229.25º | 0.65% | 0.8% | - |
| XYZ | 17.71 | 13.93 | 59.51 | - |
| YUV | 100.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 205 | 0.65 | 0.54 | 0 | 0.20 | 229.25 | 0.57 | 0.54 |
| Hex | 47 | 5F | CD | 41 | 36 | 0 | 14 | E5 | 39 | 36 |
| Octal | 107 | 137 | 315 | 101 | 66 | 0 | 24 | 345 | 71 | 66 |
| Binary | 1000111 | 1011111 | 11001101 | 1000001 | 110110 | 0 | 10100 | 11100101 | 111001 | 110110 |
Color Harmonies of #475FCD
Complementary color
Monochromatic Colors of #475FCD
Black with #475FCD
Text Example
Text Example
White with #475FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FCD; }
p { color: rgb(71,95,205); }
H1.HeaderClassName
{
color: #475FCD;
}
.AnyTagClassName
{
color: #475FCD;
}
</style>
background-color css
<style>
a { background-color: #475FCD; }
a { background-color: rgb(71,95,205); }
div.DivClassName
{
background-color: #475FCD;
}
.BgClassName
{
background-color: #475FCD;
}
</style>
border-color css
<style>
span { border-color: #475FCD; }
span { border-color: rgb(71,95,205); }
td.TdClassName
{
border-color: #475FCD;
}
.TagClassName
{
border-color: #475FCD;
}
</style>