Shades of Free Speech Blue #474DDA
Tints of Free Speech Blue #474DDA
RGB
CMYK
RGB Variations
Color information
#474DDA (or 0x474DDA) is known color: Free Speech Blue. HEX triplet: 47, 4D and DA. RGB value is (71,77,218). Sum of RGB (Red+Green+Blue) = 71+77+218=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #474DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DDA is #B8B225. Grayscale: #5A5A5A. Windows color (decimal): -12104230 or 14306631. OLE color: 14306631.
HSL color Cylindrical-coordinate representation of color #474DDA: hue angle of 237.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474DDA is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 77 | 218 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.15 |
| HSL | 237.55º | 0.67% | 0.57% | - |
| HSV(B) | 237.55º | 0.67% | 0.85% | - |
| XYZ | 17.91 | 11.71 | 67.65 | - |
| YUV | 91.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 218 | 0.67 | 0.65 | 0 | 0.15 | 237.55 | 0.67 | 0.57 |
| Hex | 47 | 4D | DA | 43 | 41 | 0 | F | EE | 43 | 39 |
| Octal | 107 | 115 | 332 | 103 | 101 | 0 | 17 | 356 | 103 | 71 |
| Binary | 1000111 | 1001101 | 11011010 | 1000011 | 1000001 | 0 | 1111 | 11101110 | 1000011 | 111001 |
Color Harmonies of #474DDA
Complementary color
Monochromatic Colors of #474DDA
Black with #474DDA
Text Example
Text Example
White with #474DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DDA; }
p { color: rgb(71,77,218); }
H1.HeaderClassName
{
color: #474DDA;
}
.AnyTagClassName
{
color: #474DDA;
}
</style>
background-color css
<style>
a { background-color: #474DDA; }
a { background-color: rgb(71,77,218); }
div.DivClassName
{
background-color: #474DDA;
}
.BgClassName
{
background-color: #474DDA;
}
</style>
border-color css
<style>
span { border-color: #474DDA; }
span { border-color: rgb(71,77,218); }
td.TdClassName
{
border-color: #474DDA;
}
.TagClassName
{
border-color: #474DDA;
}
</style>