Shades of Free Speech Blue #474ED6
Tints of Free Speech Blue #474ED6
RGB
CMYK
RGB Variations
Color information
#474ED6 (or 0x474ED6) is known color: Free Speech Blue. HEX triplet: 47, 4E and D6. RGB value is (71,78,214). Sum of RGB (Red+Green+Blue) = 71+78+214=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #474ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ED6 is #B8B129. Grayscale: #5A5A5A. Windows color (decimal): -12103978 or 14044743. OLE color: 14044743.
HSL color Cylindrical-coordinate representation of color #474ED6: hue angle of 237.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474ED6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 78 | 214 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.16 |
| HSL | 237.06º | 0.64% | 0.56% | - |
| HSV(B) | 237.06º | 0.67% | 0.84% | - |
| XYZ | 17.46 | 11.64 | 64.95 | - |
| YUV | 91.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 214 | 0.67 | 0.64 | 0 | 0.16 | 237.06 | 0.64 | 0.56 |
| Hex | 47 | 4E | D6 | 43 | 40 | 0 | 10 | ED | 40 | 38 |
| Octal | 107 | 116 | 326 | 103 | 100 | 0 | 20 | 355 | 100 | 70 |
| Binary | 1000111 | 1001110 | 11010110 | 1000011 | 1000000 | 0 | 10000 | 11101101 | 1000000 | 111000 |
Color Harmonies of #474ED6
Complementary color
Monochromatic Colors of #474ED6
Black with #474ED6
Text Example
Text Example
White with #474ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474ED6; }
p { color: rgb(71,78,214); }
H1.HeaderClassName
{
color: #474ED6;
}
.AnyTagClassName
{
color: #474ED6;
}
</style>
background-color css
<style>
a { background-color: #474ED6; }
a { background-color: rgb(71,78,214); }
div.DivClassName
{
background-color: #474ED6;
}
.BgClassName
{
background-color: #474ED6;
}
</style>
border-color css
<style>
span { border-color: #474ED6; }
span { border-color: rgb(71,78,214); }
td.TdClassName
{
border-color: #474ED6;
}
.TagClassName
{
border-color: #474ED6;
}
</style>