Shades of Free Speech Blue #475EC6
Tints of Free Speech Blue #475EC6
RGB
CMYK
RGB Variations
Color information
#475EC6 (or 0x475EC6) is known color: Free Speech Blue. HEX triplet: 47, 5E and C6. RGB value is (71,94,198). Sum of RGB (Red+Green+Blue) = 71+94+198=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #475EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EC6 is #B8A139. Grayscale: #626262. Windows color (decimal): -12099898 or 13000263. OLE color: 13000263.
HSL color Cylindrical-coordinate representation of color #475EC6: hue angle of 229.13º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475EC6 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 94 | 198 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.22 |
| HSL | 229.13º | 0.53% | 0.53% | - |
| HSV(B) | 229.13º | 0.64% | 0.78% | - |
| XYZ | 16.79 | 13.42 | 55.13 | - |
| YUV | 98.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 198 | 0.64 | 0.53 | 0 | 0.22 | 229.13 | 0.53 | 0.53 |
| Hex | 47 | 5E | C6 | 40 | 35 | 0 | 16 | E5 | 35 | 35 |
| Octal | 107 | 136 | 306 | 100 | 65 | 0 | 26 | 345 | 65 | 65 |
| Binary | 1000111 | 1011110 | 11000110 | 1000000 | 110101 | 0 | 10110 | 11100101 | 110101 | 110101 |
Color Harmonies of #475EC6
Complementary color
Monochromatic Colors of #475EC6
Black with #475EC6
Text Example
Text Example
White with #475EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EC6; }
p { color: rgb(71,94,198); }
H1.HeaderClassName
{
color: #475EC6;
}
.AnyTagClassName
{
color: #475EC6;
}
</style>
background-color css
<style>
a { background-color: #475EC6; }
a { background-color: rgb(71,94,198); }
div.DivClassName
{
background-color: #475EC6;
}
.BgClassName
{
background-color: #475EC6;
}
</style>
border-color css
<style>
span { border-color: #475EC6; }
span { border-color: rgb(71,94,198); }
td.TdClassName
{
border-color: #475EC6;
}
.TagClassName
{
border-color: #475EC6;
}
</style>