Shades of Free Speech Blue #475FC0
Tints of Free Speech Blue #475FC0
RGB
CMYK
RGB Variations
Color information
#475FC0 (or 0x475FC0) is known color: Free Speech Blue. HEX triplet: 47, 5F and C0. RGB value is (71,95,192). Sum of RGB (Red+Green+Blue) = 71+95+192=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #475FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FC0 is #B8A03F. Grayscale: #626262. Windows color (decimal): -12099648 or 12607303. OLE color: 12607303.
HSL color Cylindrical-coordinate representation of color #475FC0: hue angle of 228.1º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475FC0 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 95 | 192 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.25 |
| HSL | 228.1º | 0.49% | 0.52% | - |
| HSV(B) | 228.1º | 0.63% | 0.75% | - |
| XYZ | 16.21 | 13.33 | 51.59 | - |
| YUV | 98.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 192 | 0.63 | 0.51 | 0 | 0.25 | 228.1 | 0.49 | 0.52 |
| Hex | 47 | 5F | C0 | 3F | 33 | 0 | 19 | E4 | 31 | 34 |
| Octal | 107 | 137 | 300 | 77 | 63 | 0 | 31 | 344 | 61 | 64 |
| Binary | 1000111 | 1011111 | 11000000 | 111111 | 110011 | 0 | 11001 | 11100100 | 110001 | 110100 |
Color Harmonies of #475FC0
Complementary color
Monochromatic Colors of #475FC0
Black with #475FC0
Text Example
Text Example
White with #475FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FC0; }
p { color: rgb(71,95,192); }
H1.HeaderClassName
{
color: #475FC0;
}
.AnyTagClassName
{
color: #475FC0;
}
</style>
background-color css
<style>
a { background-color: #475FC0; }
a { background-color: rgb(71,95,192); }
div.DivClassName
{
background-color: #475FC0;
}
.BgClassName
{
background-color: #475FC0;
}
</style>
border-color css
<style>
span { border-color: #475FC0; }
span { border-color: rgb(71,95,192); }
td.TdClassName
{
border-color: #475FC0;
}
.TagClassName
{
border-color: #475FC0;
}
</style>