Shades of Free Speech Blue #475EC8
Tints of Free Speech Blue #475EC8
RGB
CMYK
RGB Variations
Color information
#475EC8 (or 0x475EC8) is known color: Free Speech Blue. HEX triplet: 47, 5E and C8. RGB value is (71,94,200). Sum of RGB (Red+Green+Blue) = 71+94+200=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #475EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EC8 is #B8A137. Grayscale: #626262. Windows color (decimal): -12099896 or 13131335. OLE color: 13131335.
HSL color Cylindrical-coordinate representation of color #475EC8: hue angle of 229.3º degrees, saturation: 0.54, 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 #475EC8 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 94 | 200 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.22 |
| HSL | 229.3º | 0.54% | 0.53% | - |
| HSV(B) | 229.3º | 0.65% | 0.78% | - |
| XYZ | 17.03 | 13.52 | 56.35 | - |
| YUV | 99.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 200 | 0.64 | 0.53 | 0 | 0.22 | 229.3 | 0.54 | 0.53 |
| Hex | 47 | 5E | C8 | 40 | 35 | 0 | 16 | E5 | 36 | 35 |
| Octal | 107 | 136 | 310 | 100 | 65 | 0 | 26 | 345 | 66 | 65 |
| Binary | 1000111 | 1011110 | 11001000 | 1000000 | 110101 | 0 | 10110 | 11100101 | 110110 | 110101 |
Color Harmonies of #475EC8
Complementary color
Monochromatic Colors of #475EC8
Black with #475EC8
Text Example
Text Example
White with #475EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EC8; }
p { color: rgb(71,94,200); }
H1.HeaderClassName
{
color: #475EC8;
}
.AnyTagClassName
{
color: #475EC8;
}
</style>
background-color css
<style>
a { background-color: #475EC8; }
a { background-color: rgb(71,94,200); }
div.DivClassName
{
background-color: #475EC8;
}
.BgClassName
{
background-color: #475EC8;
}
</style>
border-color css
<style>
span { border-color: #475EC8; }
span { border-color: rgb(71,94,200); }
td.TdClassName
{
border-color: #475EC8;
}
.TagClassName
{
border-color: #475EC8;
}
</style>