Shades of Free Speech Blue #474ED2
Tints of Free Speech Blue #474ED2
RGB
CMYK
RGB Variations
Color information
#474ED2 (or 0x474ED2) is known color: Free Speech Blue. HEX triplet: 47, 4E and D2. RGB value is (71,78,210). Sum of RGB (Red+Green+Blue) = 71+78+210=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #474ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474ED2 is #B8B12D. Grayscale: #5A5A5A. Windows color (decimal): -12103982 or 13782599. OLE color: 13782599.
HSL color Cylindrical-coordinate representation of color #474ED2: hue angle of 236.98º degrees, saturation: 0.61, 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 #474ED2 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 78 | 210 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.18 |
| HSL | 236.98º | 0.61% | 0.55% | - |
| HSV(B) | 236.98º | 0.66% | 0.82% | - |
| XYZ | 16.96 | 11.44 | 62.29 | - |
| YUV | 90.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 210 | 0.66 | 0.63 | 0 | 0.18 | 236.98 | 0.61 | 0.55 |
| Hex | 47 | 4E | D2 | 42 | 3F | 0 | 12 | ED | 3D | 37 |
| Octal | 107 | 116 | 322 | 102 | 77 | 0 | 22 | 355 | 75 | 67 |
| Binary | 1000111 | 1001110 | 11010010 | 1000010 | 111111 | 0 | 10010 | 11101101 | 111101 | 110111 |
Color Harmonies of #474ED2
Complementary color
Monochromatic Colors of #474ED2
Black with #474ED2
Text Example
Text Example
White with #474ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474ED2; }
p { color: rgb(71,78,210); }
H1.HeaderClassName
{
color: #474ED2;
}
.AnyTagClassName
{
color: #474ED2;
}
</style>
background-color css
<style>
a { background-color: #474ED2; }
a { background-color: rgb(71,78,210); }
div.DivClassName
{
background-color: #474ED2;
}
.BgClassName
{
background-color: #474ED2;
}
</style>
border-color css
<style>
span { border-color: #474ED2; }
span { border-color: rgb(71,78,210); }
td.TdClassName
{
border-color: #474ED2;
}
.TagClassName
{
border-color: #474ED2;
}
</style>