Shades of Free Speech Blue #475FBA
Tints of Free Speech Blue #475FBA
RGB
CMYK
RGB Variations
Color information
#475FBA (or 0x475FBA) is known color: Free Speech Blue. HEX triplet: 47, 5F and BA. RGB value is (71,95,186). Sum of RGB (Red+Green+Blue) = 71+95+186=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #475FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FBA is #B8A045. Grayscale: #616161. Windows color (decimal): -12099654 or 12214087. OLE color: 12214087.
HSL color Cylindrical-coordinate representation of color #475FBA: hue angle of 227.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475FBA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 95 | 186 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.27 |
| HSL | 227.48º | 0.45% | 0.5% | - |
| HSV(B) | 227.48º | 0.62% | 0.73% | - |
| XYZ | 15.55 | 13.07 | 48.16 | - |
| YUV | 98.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 186 | 0.62 | 0.49 | 0 | 0.27 | 227.48 | 0.45 | 0.5 |
| Hex | 47 | 5F | BA | 3E | 31 | 0 | 1B | E3 | 2D | 32 |
| Octal | 107 | 137 | 272 | 76 | 61 | 0 | 33 | 343 | 55 | 62 |
| Binary | 1000111 | 1011111 | 10111010 | 111110 | 110001 | 0 | 11011 | 11100011 | 101101 | 110010 |
Color Harmonies of #475FBA
Complementary color
Monochromatic Colors of #475FBA
Black with #475FBA
Text Example
Text Example
White with #475FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FBA; }
p { color: rgb(71,95,186); }
H1.HeaderClassName
{
color: #475FBA;
}
.AnyTagClassName
{
color: #475FBA;
}
</style>
background-color css
<style>
a { background-color: #475FBA; }
a { background-color: rgb(71,95,186); }
div.DivClassName
{
background-color: #475FBA;
}
.BgClassName
{
background-color: #475FBA;
}
</style>
border-color css
<style>
span { border-color: #475FBA; }
span { border-color: rgb(71,95,186); }
td.TdClassName
{
border-color: #475FBA;
}
.TagClassName
{
border-color: #475FBA;
}
</style>