Shades of Free Speech Blue #474FDF
Tints of Free Speech Blue #474FDF
RGB
CMYK
RGB Variations
Color information
#474FDF (or 0x474FDF) is known color: Free Speech Blue. HEX triplet: 47, 4F and DF. RGB value is (71,79,223). Sum of RGB (Red+Green+Blue) = 71+79+223=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #474FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474FDF is #B8B020. Grayscale: #5C5C5C. Windows color (decimal): -12103713 or 14634823. OLE color: 14634823.
HSL color Cylindrical-coordinate representation of color #474FDF: hue angle of 236.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474FDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 79 | 223 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 236.84º | 0.7% | 0.58% | - |
| HSV(B) | 236.84º | 0.68% | 0.87% | - |
| XYZ | 18.71 | 12.26 | 71.19 | - |
| YUV | 93.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 223 | 0.68 | 0.65 | 0 | 0.13 | 236.84 | 0.7 | 0.58 |
| Hex | 47 | 4F | DF | 44 | 41 | 0 | D | ED | 46 | 3A |
| Octal | 107 | 117 | 337 | 104 | 101 | 0 | 15 | 355 | 106 | 72 |
| Binary | 1000111 | 1001111 | 11011111 | 1000100 | 1000001 | 0 | 1101 | 11101101 | 1000110 | 111010 |
Color Harmonies of #474FDF
Complementary color
Monochromatic Colors of #474FDF
Black with #474FDF
Text Example
Text Example
White with #474FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474FDF; }
p { color: rgb(71,79,223); }
H1.HeaderClassName
{
color: #474FDF;
}
.AnyTagClassName
{
color: #474FDF;
}
</style>
background-color css
<style>
a { background-color: #474FDF; }
a { background-color: rgb(71,79,223); }
div.DivClassName
{
background-color: #474FDF;
}
.BgClassName
{
background-color: #474FDF;
}
</style>
border-color css
<style>
span { border-color: #474FDF; }
span { border-color: rgb(71,79,223); }
td.TdClassName
{
border-color: #474FDF;
}
.TagClassName
{
border-color: #474FDF;
}
</style>