Shades of Free Speech Blue #476DC0
Tints of Free Speech Blue #476DC0
RGB
CMYK
RGB Variations
Color information
#476DC0 (or 0x476DC0) is known color: Free Speech Blue. HEX triplet: 47, 6D and C0. RGB value is (71,109,192). Sum of RGB (Red+Green+Blue) = 71+109+192=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #476DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DC0 is #B8923F. Grayscale: #6A6A6A. Windows color (decimal): -12096064 or 12610887. OLE color: 12610887.
HSL color Cylindrical-coordinate representation of color #476DC0: hue angle of 221.16º 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 #476DC0 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 109 | 192 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.25 |
| HSL | 221.16º | 0.49% | 0.52% | - |
| HSV(B) | 221.16º | 0.63% | 0.75% | - |
| XYZ | 17.58 | 16.08 | 52.05 | - |
| YUV | 107.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 192 | 0.63 | 0.43 | 0 | 0.25 | 221.16 | 0.49 | 0.52 |
| Hex | 47 | 6D | C0 | 3F | 2B | 0 | 19 | DD | 31 | 34 |
| Octal | 107 | 155 | 300 | 77 | 53 | 0 | 31 | 335 | 61 | 64 |
| Binary | 1000111 | 1101101 | 11000000 | 111111 | 101011 | 0 | 11001 | 11011101 | 110001 | 110100 |
Color Harmonies of #476DC0
Complementary color
Monochromatic Colors of #476DC0
Black with #476DC0
Text Example
Text Example
White with #476DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DC0; }
p { color: rgb(71,109,192); }
H1.HeaderClassName
{
color: #476DC0;
}
.AnyTagClassName
{
color: #476DC0;
}
</style>
background-color css
<style>
a { background-color: #476DC0; }
a { background-color: rgb(71,109,192); }
div.DivClassName
{
background-color: #476DC0;
}
.BgClassName
{
background-color: #476DC0;
}
</style>
border-color css
<style>
span { border-color: #476DC0; }
span { border-color: rgb(71,109,192); }
td.TdClassName
{
border-color: #476DC0;
}
.TagClassName
{
border-color: #476DC0;
}
</style>