Shades of Free Speech Blue #475ECE
Tints of Free Speech Blue #475ECE
RGB
CMYK
RGB Variations
Color information
#475ECE (or 0x475ECE) is known color: Free Speech Blue. HEX triplet: 47, 5E and CE. RGB value is (71,94,206). Sum of RGB (Red+Green+Blue) = 71+94+206=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #475ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ECE is #B8A131. Grayscale: #636363. Windows color (decimal): -12099890 or 13524551. OLE color: 13524551.
HSL color Cylindrical-coordinate representation of color #475ECE: hue angle of 229.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #475ECE is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 94 | 206 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.19 |
| HSL | 229.78º | 0.58% | 0.54% | - |
| HSV(B) | 229.78º | 0.66% | 0.81% | - |
| XYZ | 17.74 | 13.8 | 60.12 | - |
| YUV | 99.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 206 | 0.66 | 0.54 | 0 | 0.19 | 229.78 | 0.58 | 0.54 |
| Hex | 47 | 5E | CE | 42 | 36 | 0 | 13 | E6 | 3A | 36 |
| Octal | 107 | 136 | 316 | 102 | 66 | 0 | 23 | 346 | 72 | 66 |
| Binary | 1000111 | 1011110 | 11001110 | 1000010 | 110110 | 0 | 10011 | 11100110 | 111010 | 110110 |
Color Harmonies of #475ECE
Complementary color
Monochromatic Colors of #475ECE
Black with #475ECE
Text Example
Text Example
White with #475ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ECE; }
p { color: rgb(71,94,206); }
H1.HeaderClassName
{
color: #475ECE;
}
.AnyTagClassName
{
color: #475ECE;
}
</style>
background-color css
<style>
a { background-color: #475ECE; }
a { background-color: rgb(71,94,206); }
div.DivClassName
{
background-color: #475ECE;
}
.BgClassName
{
background-color: #475ECE;
}
</style>
border-color css
<style>
span { border-color: #475ECE; }
span { border-color: rgb(71,94,206); }
td.TdClassName
{
border-color: #475ECE;
}
.TagClassName
{
border-color: #475ECE;
}
</style>