Shades of Free Speech Blue #474DDF
Tints of Free Speech Blue #474DDF
RGB
CMYK
RGB Variations
Color information
#474DDF (or 0x474DDF) is known color: Free Speech Blue. HEX triplet: 47, 4D and DF. RGB value is (71,77,223). Sum of RGB (Red+Green+Blue) = 71+77+223=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #474DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDF is #B8B220. Grayscale: #5B5B5B. Windows color (decimal): -12104225 or 14634311. OLE color: 14634311.
HSL color Cylindrical-coordinate representation of color #474DDF: hue angle of 237.63º 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 #474DDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 77 | 223 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 237.63º | 0.7% | 0.58% | - |
| HSV(B) | 237.63º | 0.68% | 0.87% | - |
| XYZ | 18.57 | 11.98 | 71.14 | - |
| YUV | 91.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 223 | 0.68 | 0.65 | 0 | 0.13 | 237.63 | 0.7 | 0.58 |
| Hex | 47 | 4D | DF | 44 | 41 | 0 | D | EE | 46 | 3A |
| Octal | 107 | 115 | 337 | 104 | 101 | 0 | 15 | 356 | 106 | 72 |
| Binary | 1000111 | 1001101 | 11011111 | 1000100 | 1000001 | 0 | 1101 | 11101110 | 1000110 | 111010 |
Color Harmonies of #474DDF
Complementary color
Monochromatic Colors of #474DDF
Black with #474DDF
Text Example
Text Example
White with #474DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DDF; }
p { color: rgb(71,77,223); }
H1.HeaderClassName
{
color: #474DDF;
}
.AnyTagClassName
{
color: #474DDF;
}
</style>
background-color css
<style>
a { background-color: #474DDF; }
a { background-color: rgb(71,77,223); }
div.DivClassName
{
background-color: #474DDF;
}
.BgClassName
{
background-color: #474DDF;
}
</style>
border-color css
<style>
span { border-color: #474DDF; }
span { border-color: rgb(71,77,223); }
td.TdClassName
{
border-color: #474DDF;
}
.TagClassName
{
border-color: #474DDF;
}
</style>