Shades of Free Speech Blue #475BBC
Tints of Free Speech Blue #475BBC
RGB
CMYK
RGB Variations
Color information
#475BBC (or 0x475BBC) is known color: Free Speech Blue. HEX triplet: 47, 5B and BC. RGB value is (71,91,188). Sum of RGB (Red+Green+Blue) = 71+91+188=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #475BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BBC is #B8A443. Grayscale: #5F5F5F. Windows color (decimal): -12100676 or 12344135. OLE color: 12344135.
HSL color Cylindrical-coordinate representation of color #475BBC: hue angle of 229.74º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #475BBC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 91 | 188 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.26 |
| HSL | 229.74º | 0.47% | 0.51% | - |
| HSV(B) | 229.74º | 0.62% | 0.74% | - |
| XYZ | 15.42 | 12.45 | 49.17 | - |
| YUV | 96.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 188 | 0.62 | 0.52 | 0 | 0.26 | 229.74 | 0.47 | 0.51 |
| Hex | 47 | 5B | BC | 3E | 34 | 0 | 1A | E6 | 2F | 33 |
| Octal | 107 | 133 | 274 | 76 | 64 | 0 | 32 | 346 | 57 | 63 |
| Binary | 1000111 | 1011011 | 10111100 | 111110 | 110100 | 0 | 11010 | 11100110 | 101111 | 110011 |
Color Harmonies of #475BBC
Complementary color
Monochromatic Colors of #475BBC
Black with #475BBC
Text Example
Text Example
White with #475BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BBC; }
p { color: rgb(71,91,188); }
H1.HeaderClassName
{
color: #475BBC;
}
.AnyTagClassName
{
color: #475BBC;
}
</style>
background-color css
<style>
a { background-color: #475BBC; }
a { background-color: rgb(71,91,188); }
div.DivClassName
{
background-color: #475BBC;
}
.BgClassName
{
background-color: #475BBC;
}
</style>
border-color css
<style>
span { border-color: #475BBC; }
span { border-color: rgb(71,91,188); }
td.TdClassName
{
border-color: #475BBC;
}
.TagClassName
{
border-color: #475BBC;
}
</style>