Shades of Free Speech Blue #475ECC
Tints of Free Speech Blue #475ECC
RGB
CMYK
RGB Variations
Color information
#475ECC (or 0x475ECC) is known color: Free Speech Blue. HEX triplet: 47, 5E and CC. RGB value is (71,94,204). Sum of RGB (Red+Green+Blue) = 71+94+204=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #475ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ECC is #B8A133. Grayscale: #636363. Windows color (decimal): -12099892 or 13393479. OLE color: 13393479.
HSL color Cylindrical-coordinate representation of color #475ECC: hue angle of 229.62º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475ECC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 94 | 204 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.2 |
| HSL | 229.62º | 0.57% | 0.54% | - |
| HSV(B) | 229.62º | 0.65% | 0.8% | - |
| XYZ | 17.5 | 13.7 | 58.85 | - |
| YUV | 99.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 204 | 0.65 | 0.54 | 0 | 0.2 | 229.62 | 0.57 | 0.54 |
| Hex | 47 | 5E | CC | 41 | 36 | 0 | 14 | E6 | 39 | 36 |
| Octal | 107 | 136 | 314 | 101 | 66 | 0 | 24 | 346 | 71 | 66 |
| Binary | 1000111 | 1011110 | 11001100 | 1000001 | 110110 | 0 | 10100 | 11100110 | 111001 | 110110 |
Color Harmonies of #475ECC
Complementary color
Monochromatic Colors of #475ECC
Black with #475ECC
Text Example
Text Example
White with #475ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ECC; }
p { color: rgb(71,94,204); }
H1.HeaderClassName
{
color: #475ECC;
}
.AnyTagClassName
{
color: #475ECC;
}
</style>
background-color css
<style>
a { background-color: #475ECC; }
a { background-color: rgb(71,94,204); }
div.DivClassName
{
background-color: #475ECC;
}
.BgClassName
{
background-color: #475ECC;
}
</style>
border-color css
<style>
span { border-color: #475ECC; }
span { border-color: rgb(71,94,204); }
td.TdClassName
{
border-color: #475ECC;
}
.TagClassName
{
border-color: #475ECC;
}
</style>