Shades of Free Speech Blue #476CBB
Tints of Free Speech Blue #476CBB
RGB
CMYK
RGB Variations
Color information
#476CBB (or 0x476CBB) is known color: Free Speech Blue. HEX triplet: 47, 6C and BB. RGB value is (71,108,187). Sum of RGB (Red+Green+Blue) = 71+108+187=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #476CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CBB is #B89344. Grayscale: #696969. Windows color (decimal): -12096325 or 12282951. OLE color: 12282951.
HSL color Cylindrical-coordinate representation of color #476CBB: hue angle of 220.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476CBB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 108 | 187 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 220.86º | 0.46% | 0.51% | - |
| HSV(B) | 220.86º | 0.62% | 0.73% | - |
| XYZ | 16.93 | 15.65 | 49.14 | - |
| YUV | 105.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 187 | 0.62 | 0.42 | 0 | 0.27 | 220.86 | 0.46 | 0.51 |
| Hex | 47 | 6C | BB | 3E | 2A | 0 | 1B | DD | 2E | 33 |
| Octal | 107 | 154 | 273 | 76 | 52 | 0 | 33 | 335 | 56 | 63 |
| Binary | 1000111 | 1101100 | 10111011 | 111110 | 101010 | 0 | 11011 | 11011101 | 101110 | 110011 |
Color Harmonies of #476CBB
Complementary color
Monochromatic Colors of #476CBB
Black with #476CBB
Text Example
Text Example
White with #476CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CBB; }
p { color: rgb(71,108,187); }
H1.HeaderClassName
{
color: #476CBB;
}
.AnyTagClassName
{
color: #476CBB;
}
</style>
background-color css
<style>
a { background-color: #476CBB; }
a { background-color: rgb(71,108,187); }
div.DivClassName
{
background-color: #476CBB;
}
.BgClassName
{
background-color: #476CBB;
}
</style>
border-color css
<style>
span { border-color: #476CBB; }
span { border-color: rgb(71,108,187); }
td.TdClassName
{
border-color: #476CBB;
}
.TagClassName
{
border-color: #476CBB;
}
</style>