Shades of Free Speech Blue #475ECB
Tints of Free Speech Blue #475ECB
RGB
CMYK
RGB Variations
Color information
#475ECB (or 0x475ECB) is known color: Free Speech Blue. HEX triplet: 47, 5E and CB. RGB value is (71,94,203). Sum of RGB (Red+Green+Blue) = 71+94+203=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #475ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ECB is #B8A134. Grayscale: #636363. Windows color (decimal): -12099893 or 13327943. OLE color: 13327943.
HSL color Cylindrical-coordinate representation of color #475ECB: hue angle of 229.55º degrees, saturation: 0.56, 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 #475ECB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 94 | 203 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.20 |
| HSL | 229.55º | 0.56% | 0.54% | - |
| HSV(B) | 229.55º | 0.65% | 0.8% | - |
| XYZ | 17.38 | 13.66 | 58.22 | - |
| YUV | 99.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 203 | 0.65 | 0.54 | 0 | 0.20 | 229.55 | 0.56 | 0.54 |
| Hex | 47 | 5E | CB | 41 | 36 | 0 | 14 | E6 | 38 | 36 |
| Octal | 107 | 136 | 313 | 101 | 66 | 0 | 24 | 346 | 70 | 66 |
| Binary | 1000111 | 1011110 | 11001011 | 1000001 | 110110 | 0 | 10100 | 11100110 | 111000 | 110110 |
Color Harmonies of #475ECB
Complementary color
Monochromatic Colors of #475ECB
Black with #475ECB
Text Example
Text Example
White with #475ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ECB; }
p { color: rgb(71,94,203); }
H1.HeaderClassName
{
color: #475ECB;
}
.AnyTagClassName
{
color: #475ECB;
}
</style>
background-color css
<style>
a { background-color: #475ECB; }
a { background-color: rgb(71,94,203); }
div.DivClassName
{
background-color: #475ECB;
}
.BgClassName
{
background-color: #475ECB;
}
</style>
border-color css
<style>
span { border-color: #475ECB; }
span { border-color: rgb(71,94,203); }
td.TdClassName
{
border-color: #475ECB;
}
.TagClassName
{
border-color: #475ECB;
}
</style>