Shades of Free Speech Blue #476CC2
Tints of Free Speech Blue #476CC2
RGB
CMYK
RGB Variations
Color information
#476CC2 (or 0x476CC2) is known color: Free Speech Blue. HEX triplet: 47, 6C and C2. RGB value is (71,108,194). Sum of RGB (Red+Green+Blue) = 71+108+194=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #476CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CC2 is #B8933D. Grayscale: #6A6A6A. Windows color (decimal): -12096318 or 12741703. OLE color: 12741703.
HSL color Cylindrical-coordinate representation of color #476CC2: hue angle of 221.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476CC2 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 108 | 194 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.24 |
| HSL | 221.95º | 0.5% | 0.52% | - |
| HSV(B) | 221.95º | 0.63% | 0.76% | - |
| XYZ | 17.7 | 15.96 | 53.19 | - |
| YUV | 106.74 | 177.24 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 194 | 0.63 | 0.44 | 0 | 0.24 | 221.95 | 0.5 | 0.52 |
| Hex | 47 | 6C | C2 | 3F | 2C | 0 | 18 | DE | 32 | 34 |
| Octal | 107 | 154 | 302 | 77 | 54 | 0 | 30 | 336 | 62 | 64 |
| Binary | 1000111 | 1101100 | 11000010 | 111111 | 101100 | 0 | 11000 | 11011110 | 110010 | 110100 |
Color Harmonies of #476CC2
Complementary color
Monochromatic Colors of #476CC2
Black with #476CC2
Text Example
Text Example
White with #476CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CC2; }
p { color: rgb(71,108,194); }
H1.HeaderClassName
{
color: #476CC2;
}
.AnyTagClassName
{
color: #476CC2;
}
</style>
background-color css
<style>
a { background-color: #476CC2; }
a { background-color: rgb(71,108,194); }
div.DivClassName
{
background-color: #476CC2;
}
.BgClassName
{
background-color: #476CC2;
}
</style>
border-color css
<style>
span { border-color: #476CC2; }
span { border-color: rgb(71,108,194); }
td.TdClassName
{
border-color: #476CC2;
}
.TagClassName
{
border-color: #476CC2;
}
</style>