Shades of Free Speech Blue #474ECF
Tints of Free Speech Blue #474ECF
RGB
CMYK
RGB Variations
Color information
#474ECF (or 0x474ECF) is known color: Free Speech Blue. HEX triplet: 47, 4E and CF. RGB value is (71,78,207). Sum of RGB (Red+Green+Blue) = 71+78+207=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #474ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ECF is #B8B130. Grayscale: #5A5A5A. Windows color (decimal): -12103985 or 13585991. OLE color: 13585991.
HSL color Cylindrical-coordinate representation of color #474ECF: hue angle of 236.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474ECF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 78 | 207 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.19 |
| HSL | 236.91º | 0.59% | 0.55% | - |
| HSV(B) | 236.91º | 0.66% | 0.81% | - |
| XYZ | 16.59 | 11.29 | 60.34 | - |
| YUV | 90.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 207 | 0.66 | 0.62 | 0 | 0.19 | 236.91 | 0.59 | 0.55 |
| Hex | 47 | 4E | CF | 42 | 3E | 0 | 13 | ED | 3B | 37 |
| Octal | 107 | 116 | 317 | 102 | 76 | 0 | 23 | 355 | 73 | 67 |
| Binary | 1000111 | 1001110 | 11001111 | 1000010 | 111110 | 0 | 10011 | 11101101 | 111011 | 110111 |
Color Harmonies of #474ECF
Complementary color
Monochromatic Colors of #474ECF
Black with #474ECF
Text Example
Text Example
White with #474ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474ECF; }
p { color: rgb(71,78,207); }
H1.HeaderClassName
{
color: #474ECF;
}
.AnyTagClassName
{
color: #474ECF;
}
</style>
background-color css
<style>
a { background-color: #474ECF; }
a { background-color: rgb(71,78,207); }
div.DivClassName
{
background-color: #474ECF;
}
.BgClassName
{
background-color: #474ECF;
}
</style>
border-color css
<style>
span { border-color: #474ECF; }
span { border-color: rgb(71,78,207); }
td.TdClassName
{
border-color: #474ECF;
}
.TagClassName
{
border-color: #474ECF;
}
</style>