Shades of Free Speech Blue #474DD0
Tints of Free Speech Blue #474DD0
RGB
CMYK
RGB Variations
Color information
#474DD0 (or 0x474DD0) is known color: Free Speech Blue. HEX triplet: 47, 4D and D0. RGB value is (71,77,208). Sum of RGB (Red+Green+Blue) = 71+77+208=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #474DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DD0 is #B8B22F. Grayscale: #595959. Windows color (decimal): -12104240 or 13651271. OLE color: 13651271.
HSL color Cylindrical-coordinate representation of color #474DD0: hue angle of 237.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474DD0 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 77 | 208 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.18 |
| HSL | 237.37º | 0.59% | 0.55% | - |
| HSV(B) | 237.37º | 0.66% | 0.82% | - |
| XYZ | 16.64 | 11.2 | 60.96 | - |
| YUV | 90.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 208 | 0.66 | 0.63 | 0 | 0.18 | 237.37 | 0.59 | 0.55 |
| Hex | 47 | 4D | D0 | 42 | 3F | 0 | 12 | ED | 3B | 37 |
| Octal | 107 | 115 | 320 | 102 | 77 | 0 | 22 | 355 | 73 | 67 |
| Binary | 1000111 | 1001101 | 11010000 | 1000010 | 111111 | 0 | 10010 | 11101101 | 111011 | 110111 |
Color Harmonies of #474DD0
Complementary color
Monochromatic Colors of #474DD0
Black with #474DD0
Text Example
Text Example
White with #474DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DD0; }
p { color: rgb(71,77,208); }
H1.HeaderClassName
{
color: #474DD0;
}
.AnyTagClassName
{
color: #474DD0;
}
</style>
background-color css
<style>
a { background-color: #474DD0; }
a { background-color: rgb(71,77,208); }
div.DivClassName
{
background-color: #474DD0;
}
.BgClassName
{
background-color: #474DD0;
}
</style>
border-color css
<style>
span { border-color: #474DD0; }
span { border-color: rgb(71,77,208); }
td.TdClassName
{
border-color: #474DD0;
}
.TagClassName
{
border-color: #474DD0;
}
</style>