Shades of Free Speech Blue #474FC2
Tints of Free Speech Blue #474FC2
RGB
CMYK
RGB Variations
Color information
#474FC2 (or 0x474FC2) is known color: Free Speech Blue. HEX triplet: 47, 4F and C2. RGB value is (71,79,194). Sum of RGB (Red+Green+Blue) = 71+79+194=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #474FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FC2 is #B8B03D. Grayscale: #595959. Windows color (decimal): -12103742 or 12734279. OLE color: 12734279.
HSL color Cylindrical-coordinate representation of color #474FC2: hue angle of 236.1º 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 #474FC2 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 79 | 194 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.24 |
| HSL | 236.1º | 0.5% | 0.52% | - |
| HSV(B) | 236.1º | 0.63% | 0.76% | - |
| XYZ | 15.13 | 10.83 | 52.33 | - |
| YUV | 89.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 194 | 0.63 | 0.59 | 0 | 0.24 | 236.1 | 0.5 | 0.52 |
| Hex | 47 | 4F | C2 | 3F | 3B | 0 | 18 | EC | 32 | 34 |
| Octal | 107 | 117 | 302 | 77 | 73 | 0 | 30 | 354 | 62 | 64 |
| Binary | 1000111 | 1001111 | 11000010 | 111111 | 111011 | 0 | 11000 | 11101100 | 110010 | 110100 |
Color Harmonies of #474FC2
Complementary color
Monochromatic Colors of #474FC2
Black with #474FC2
Text Example
Text Example
White with #474FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FC2; }
p { color: rgb(71,79,194); }
H1.HeaderClassName
{
color: #474FC2;
}
.AnyTagClassName
{
color: #474FC2;
}
</style>
background-color css
<style>
a { background-color: #474FC2; }
a { background-color: rgb(71,79,194); }
div.DivClassName
{
background-color: #474FC2;
}
.BgClassName
{
background-color: #474FC2;
}
</style>
border-color css
<style>
span { border-color: #474FC2; }
span { border-color: rgb(71,79,194); }
td.TdClassName
{
border-color: #474FC2;
}
.TagClassName
{
border-color: #474FC2;
}
</style>