Shades of Free Speech Blue #474FC0
Tints of Free Speech Blue #474FC0
RGB
CMYK
RGB Variations
Color information
#474FC0 (or 0x474FC0) is known color: Free Speech Blue. HEX triplet: 47, 4F and C0. RGB value is (71,79,192). Sum of RGB (Red+Green+Blue) = 71+79+192=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #474FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FC0 is #B8B03F. Grayscale: #595959. Windows color (decimal): -12103744 or 12603207. OLE color: 12603207.
HSL color Cylindrical-coordinate representation of color #474FC0: hue angle of 236.03º 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 #474FC0 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 79 | 192 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.25 |
| HSL | 236.03º | 0.49% | 0.52% | - |
| HSV(B) | 236.03º | 0.63% | 0.75% | - |
| XYZ | 14.91 | 10.74 | 51.16 | - |
| YUV | 89.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 192 | 0.63 | 0.59 | 0 | 0.25 | 236.03 | 0.49 | 0.52 |
| Hex | 47 | 4F | C0 | 3F | 3B | 0 | 19 | EC | 31 | 34 |
| Octal | 107 | 117 | 300 | 77 | 73 | 0 | 31 | 354 | 61 | 64 |
| Binary | 1000111 | 1001111 | 11000000 | 111111 | 111011 | 0 | 11001 | 11101100 | 110001 | 110100 |
Color Harmonies of #474FC0
Complementary color
Monochromatic Colors of #474FC0
Black with #474FC0
Text Example
Text Example
White with #474FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FC0; }
p { color: rgb(71,79,192); }
H1.HeaderClassName
{
color: #474FC0;
}
.AnyTagClassName
{
color: #474FC0;
}
</style>
background-color css
<style>
a { background-color: #474FC0; }
a { background-color: rgb(71,79,192); }
div.DivClassName
{
background-color: #474FC0;
}
.BgClassName
{
background-color: #474FC0;
}
</style>
border-color css
<style>
span { border-color: #474FC0; }
span { border-color: rgb(71,79,192); }
td.TdClassName
{
border-color: #474FC0;
}
.TagClassName
{
border-color: #474FC0;
}
</style>