Shades of Free Speech Blue #476CC0
Tints of Free Speech Blue #476CC0
RGB
CMYK
RGB Variations
Color information
#476CC0 (or 0x476CC0) is known color: Free Speech Blue. HEX triplet: 47, 6C and C0. RGB value is (71,108,192). Sum of RGB (Red+Green+Blue) = 71+108+192=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #476CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CC0 is #B8933F. Grayscale: #6A6A6A. Windows color (decimal): -12096320 or 12610631. OLE color: 12610631.
HSL color Cylindrical-coordinate representation of color #476CC0: hue angle of 221.65º 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 #476CC0 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 108 | 192 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.25 |
| HSL | 221.65º | 0.49% | 0.52% | - |
| HSV(B) | 221.65º | 0.63% | 0.75% | - |
| XYZ | 17.48 | 15.87 | 52.01 | - |
| YUV | 106.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 192 | 0.63 | 0.44 | 0 | 0.25 | 221.65 | 0.49 | 0.52 |
| Hex | 47 | 6C | C0 | 3F | 2C | 0 | 19 | DE | 31 | 34 |
| Octal | 107 | 154 | 300 | 77 | 54 | 0 | 31 | 336 | 61 | 64 |
| Binary | 1000111 | 1101100 | 11000000 | 111111 | 101100 | 0 | 11001 | 11011110 | 110001 | 110100 |
Color Harmonies of #476CC0
Complementary color
Monochromatic Colors of #476CC0
Black with #476CC0
Text Example
Text Example
White with #476CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CC0; }
p { color: rgb(71,108,192); }
H1.HeaderClassName
{
color: #476CC0;
}
.AnyTagClassName
{
color: #476CC0;
}
</style>
background-color css
<style>
a { background-color: #476CC0; }
a { background-color: rgb(71,108,192); }
div.DivClassName
{
background-color: #476CC0;
}
.BgClassName
{
background-color: #476CC0;
}
</style>
border-color css
<style>
span { border-color: #476CC0; }
span { border-color: rgb(71,108,192); }
td.TdClassName
{
border-color: #476CC0;
}
.TagClassName
{
border-color: #476CC0;
}
</style>