Shades of Free Speech Blue #475CC0
Tints of Free Speech Blue #475CC0
RGB
CMYK
RGB Variations
Color information
#475CC0 (or 0x475CC0) is known color: Free Speech Blue. HEX triplet: 47, 5C and C0. RGB value is (71,92,192). Sum of RGB (Red+Green+Blue) = 71+92+192=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #475CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CC0 is #B8A33F. Grayscale: #606060. Windows color (decimal): -12100416 or 12606535. OLE color: 12606535.
HSL color Cylindrical-coordinate representation of color #475CC0: hue angle of 229.59º 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 #475CC0 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 92 | 192 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.25 |
| HSL | 229.59º | 0.49% | 0.52% | - |
| HSV(B) | 229.59º | 0.63% | 0.75% | - |
| XYZ | 15.94 | 12.8 | 51.5 | - |
| YUV | 97.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 192 | 0.63 | 0.52 | 0 | 0.25 | 229.59 | 0.49 | 0.52 |
| Hex | 47 | 5C | C0 | 3F | 34 | 0 | 19 | E6 | 31 | 34 |
| Octal | 107 | 134 | 300 | 77 | 64 | 0 | 31 | 346 | 61 | 64 |
| Binary | 1000111 | 1011100 | 11000000 | 111111 | 110100 | 0 | 11001 | 11100110 | 110001 | 110100 |
Color Harmonies of #475CC0
Complementary color
Monochromatic Colors of #475CC0
Black with #475CC0
Text Example
Text Example
White with #475CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CC0; }
p { color: rgb(71,92,192); }
H1.HeaderClassName
{
color: #475CC0;
}
.AnyTagClassName
{
color: #475CC0;
}
</style>
background-color css
<style>
a { background-color: #475CC0; }
a { background-color: rgb(71,92,192); }
div.DivClassName
{
background-color: #475CC0;
}
.BgClassName
{
background-color: #475CC0;
}
</style>
border-color css
<style>
span { border-color: #475CC0; }
span { border-color: rgb(71,92,192); }
td.TdClassName
{
border-color: #475CC0;
}
.TagClassName
{
border-color: #475CC0;
}
</style>