Shades of Free Speech Blue #475ECF
Tints of Free Speech Blue #475ECF
RGB
CMYK
RGB Variations
Color information
#475ECF (or 0x475ECF) is known color: Free Speech Blue. HEX triplet: 47, 5E and CF. RGB value is (71,94,207). Sum of RGB (Red+Green+Blue) = 71+94+207=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #475ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ECF is #B8A130. Grayscale: #636363. Windows color (decimal): -12099889 or 13590087. OLE color: 13590087.
HSL color Cylindrical-coordinate representation of color #475ECF: hue angle of 229.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #475ECF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 94 | 207 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.19 |
| HSL | 229.85º | 0.59% | 0.55% | - |
| HSV(B) | 229.85º | 0.66% | 0.81% | - |
| XYZ | 17.86 | 13.85 | 60.76 | - |
| YUV | 100.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 207 | 0.66 | 0.55 | 0 | 0.19 | 229.85 | 0.59 | 0.55 |
| Hex | 47 | 5E | CF | 42 | 37 | 0 | 13 | E6 | 3B | 37 |
| Octal | 107 | 136 | 317 | 102 | 67 | 0 | 23 | 346 | 73 | 67 |
| Binary | 1000111 | 1011110 | 11001111 | 1000010 | 110111 | 0 | 10011 | 11100110 | 111011 | 110111 |
Color Harmonies of #475ECF
Complementary color
Monochromatic Colors of #475ECF
Black with #475ECF
Text Example
Text Example
White with #475ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ECF; }
p { color: rgb(71,94,207); }
H1.HeaderClassName
{
color: #475ECF;
}
.AnyTagClassName
{
color: #475ECF;
}
</style>
background-color css
<style>
a { background-color: #475ECF; }
a { background-color: rgb(71,94,207); }
div.DivClassName
{
background-color: #475ECF;
}
.BgClassName
{
background-color: #475ECF;
}
</style>
border-color css
<style>
span { border-color: #475ECF; }
span { border-color: rgb(71,94,207); }
td.TdClassName
{
border-color: #475ECF;
}
.TagClassName
{
border-color: #475ECF;
}
</style>