Shades of Free Speech Blue #475BBA
Tints of Free Speech Blue #475BBA
RGB
CMYK
RGB Variations
Color information
#475BBA (or 0x475BBA) is known color: Free Speech Blue. HEX triplet: 47, 5B and BA. RGB value is (71,91,186). Sum of RGB (Red+Green+Blue) = 71+91+186=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #475BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BBA is #B8A445. Grayscale: #5F5F5F. Windows color (decimal): -12100678 or 12213063. OLE color: 12213063.
HSL color Cylindrical-coordinate representation of color #475BBA: hue angle of 229.57º 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 #475BBA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 91 | 186 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.27 |
| HSL | 229.57º | 0.45% | 0.5% | - |
| HSV(B) | 229.57º | 0.62% | 0.73% | - |
| XYZ | 15.2 | 12.37 | 48.04 | - |
| YUV | 95.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 186 | 0.62 | 0.51 | 0 | 0.27 | 229.57 | 0.45 | 0.5 |
| Hex | 47 | 5B | BA | 3E | 33 | 0 | 1B | E6 | 2D | 32 |
| Octal | 107 | 133 | 272 | 76 | 63 | 0 | 33 | 346 | 55 | 62 |
| Binary | 1000111 | 1011011 | 10111010 | 111110 | 110011 | 0 | 11011 | 11100110 | 101101 | 110010 |
Color Harmonies of #475BBA
Complementary color
Monochromatic Colors of #475BBA
Black with #475BBA
Text Example
Text Example
White with #475BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BBA; }
p { color: rgb(71,91,186); }
H1.HeaderClassName
{
color: #475BBA;
}
.AnyTagClassName
{
color: #475BBA;
}
</style>
background-color css
<style>
a { background-color: #475BBA; }
a { background-color: rgb(71,91,186); }
div.DivClassName
{
background-color: #475BBA;
}
.BgClassName
{
background-color: #475BBA;
}
</style>
border-color css
<style>
span { border-color: #475BBA; }
span { border-color: rgb(71,91,186); }
td.TdClassName
{
border-color: #475BBA;
}
.TagClassName
{
border-color: #475BBA;
}
</style>