Shades of Free Speech Blue #475EBA
Tints of Free Speech Blue #475EBA
RGB
CMYK
RGB Variations
Color information
#475EBA (or 0x475EBA) is known color: Free Speech Blue. HEX triplet: 47, 5E and BA. RGB value is (71,94,186). Sum of RGB (Red+Green+Blue) = 71+94+186=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #475EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EBA is #B8A145. Grayscale: #616161. Windows color (decimal): -12099910 or 12213831. OLE color: 12213831.
HSL color Cylindrical-coordinate representation of color #475EBA: hue angle of 228º 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 #475EBA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 94 | 186 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.27 |
| HSL | 228º | 0.45% | 0.5% | - |
| HSV(B) | 228º | 0.62% | 0.73% | - |
| XYZ | 15.46 | 12.89 | 48.13 | - |
| YUV | 97.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 186 | 0.62 | 0.49 | 0 | 0.27 | 228 | 0.45 | 0.5 |
| Hex | 47 | 5E | BA | 3E | 31 | 0 | 1B | E4 | 2D | 32 |
| Octal | 107 | 136 | 272 | 76 | 61 | 0 | 33 | 344 | 55 | 62 |
| Binary | 1000111 | 1011110 | 10111010 | 111110 | 110001 | 0 | 11011 | 11100100 | 101101 | 110010 |
Color Harmonies of #475EBA
Complementary color
Monochromatic Colors of #475EBA
Black with #475EBA
Text Example
Text Example
White with #475EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EBA; }
p { color: rgb(71,94,186); }
H1.HeaderClassName
{
color: #475EBA;
}
.AnyTagClassName
{
color: #475EBA;
}
</style>
background-color css
<style>
a { background-color: #475EBA; }
a { background-color: rgb(71,94,186); }
div.DivClassName
{
background-color: #475EBA;
}
.BgClassName
{
background-color: #475EBA;
}
</style>
border-color css
<style>
span { border-color: #475EBA; }
span { border-color: rgb(71,94,186); }
td.TdClassName
{
border-color: #475EBA;
}
.TagClassName
{
border-color: #475EBA;
}
</style>