Shades of Free Speech Blue #476BBA
Tints of Free Speech Blue #476BBA
RGB
CMYK
RGB Variations
Color information
#476BBA (or 0x476BBA) is known color: Free Speech Blue. HEX triplet: 47, 6B and BA. RGB value is (71,107,186). Sum of RGB (Red+Green+Blue) = 71+107+186=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #476BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BBA is #B89445. Grayscale: #686868. Windows color (decimal): -12096582 or 12217159. OLE color: 12217159.
HSL color Cylindrical-coordinate representation of color #476BBA: hue angle of 221.22º 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 #476BBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 107 | 186 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 221.22º | 0.45% | 0.5% | - |
| HSV(B) | 221.22º | 0.62% | 0.73% | - |
| XYZ | 16.72 | 15.4 | 48.55 | - |
| YUV | 105.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 186 | 0.62 | 0.42 | 0 | 0.27 | 221.22 | 0.45 | 0.5 |
| Hex | 47 | 6B | BA | 3E | 2A | 0 | 1B | DD | 2D | 32 |
| Octal | 107 | 153 | 272 | 76 | 52 | 0 | 33 | 335 | 55 | 62 |
| Binary | 1000111 | 1101011 | 10111010 | 111110 | 101010 | 0 | 11011 | 11011101 | 101101 | 110010 |
Color Harmonies of #476BBA
Complementary color
Monochromatic Colors of #476BBA
Black with #476BBA
Text Example
Text Example
White with #476BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BBA; }
p { color: rgb(71,107,186); }
H1.HeaderClassName
{
color: #476BBA;
}
.AnyTagClassName
{
color: #476BBA;
}
</style>
background-color css
<style>
a { background-color: #476BBA; }
a { background-color: rgb(71,107,186); }
div.DivClassName
{
background-color: #476BBA;
}
.BgClassName
{
background-color: #476BBA;
}
</style>
border-color css
<style>
span { border-color: #476BBA; }
span { border-color: rgb(71,107,186); }
td.TdClassName
{
border-color: #476BBA;
}
.TagClassName
{
border-color: #476BBA;
}
</style>