Shades of Free Speech Blue #475EC9
Tints of Free Speech Blue #475EC9
RGB
CMYK
RGB Variations
Color information
#475EC9 (or 0x475EC9) is known color: Free Speech Blue. HEX triplet: 47, 5E and C9. RGB value is (71,94,201). Sum of RGB (Red+Green+Blue) = 71+94+201=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #475EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EC9 is #B8A136. Grayscale: #626262. Windows color (decimal): -12099895 or 13196871. OLE color: 13196871.
HSL color Cylindrical-coordinate representation of color #475EC9: hue angle of 229.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475EC9 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 94 | 201 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.21 |
| HSL | 229.38º | 0.55% | 0.53% | - |
| HSV(B) | 229.38º | 0.65% | 0.79% | - |
| XYZ | 17.14 | 13.56 | 56.97 | - |
| YUV | 99.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 201 | 0.65 | 0.53 | 0 | 0.21 | 229.38 | 0.55 | 0.53 |
| Hex | 47 | 5E | C9 | 41 | 35 | 0 | 15 | E5 | 37 | 35 |
| Octal | 107 | 136 | 311 | 101 | 65 | 0 | 25 | 345 | 67 | 65 |
| Binary | 1000111 | 1011110 | 11001001 | 1000001 | 110101 | 0 | 10101 | 11100101 | 110111 | 110101 |
Color Harmonies of #475EC9
Complementary color
Monochromatic Colors of #475EC9
Black with #475EC9
Text Example
Text Example
White with #475EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EC9; }
p { color: rgb(71,94,201); }
H1.HeaderClassName
{
color: #475EC9;
}
.AnyTagClassName
{
color: #475EC9;
}
</style>
background-color css
<style>
a { background-color: #475EC9; }
a { background-color: rgb(71,94,201); }
div.DivClassName
{
background-color: #475EC9;
}
.BgClassName
{
background-color: #475EC9;
}
</style>
border-color css
<style>
span { border-color: #475EC9; }
span { border-color: rgb(71,94,201); }
td.TdClassName
{
border-color: #475EC9;
}
.TagClassName
{
border-color: #475EC9;
}
</style>