Shades of Free Speech Blue #475BC1
Tints of Free Speech Blue #475BC1
RGB
CMYK
RGB Variations
Color information
#475BC1 (or 0x475BC1) is known color: Free Speech Blue. HEX triplet: 47, 5B and C1. RGB value is (71,91,193). Sum of RGB (Red+Green+Blue) = 71+91+193=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #475BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BC1 is #B8A43E. Grayscale: #606060. Windows color (decimal): -12100671 or 12671815. OLE color: 12671815.
HSL color Cylindrical-coordinate representation of color #475BC1: hue angle of 230.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #475BC1 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 91 | 193 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.24 |
| HSL | 230.16º | 0.5% | 0.52% | - |
| HSV(B) | 230.16º | 0.63% | 0.76% | - |
| XYZ | 15.97 | 12.67 | 52.06 | - |
| YUV | 96.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 193 | 0.63 | 0.53 | 0 | 0.24 | 230.16 | 0.5 | 0.52 |
| Hex | 47 | 5B | C1 | 3F | 35 | 0 | 18 | E6 | 32 | 34 |
| Octal | 107 | 133 | 301 | 77 | 65 | 0 | 30 | 346 | 62 | 64 |
| Binary | 1000111 | 1011011 | 11000001 | 111111 | 110101 | 0 | 11000 | 11100110 | 110010 | 110100 |
Color Harmonies of #475BC1
Complementary color
Monochromatic Colors of #475BC1
Black with #475BC1
Text Example
Text Example
White with #475BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BC1; }
p { color: rgb(71,91,193); }
H1.HeaderClassName
{
color: #475BC1;
}
.AnyTagClassName
{
color: #475BC1;
}
</style>
background-color css
<style>
a { background-color: #475BC1; }
a { background-color: rgb(71,91,193); }
div.DivClassName
{
background-color: #475BC1;
}
.BgClassName
{
background-color: #475BC1;
}
</style>
border-color css
<style>
span { border-color: #475BC1; }
span { border-color: rgb(71,91,193); }
td.TdClassName
{
border-color: #475BC1;
}
.TagClassName
{
border-color: #475BC1;
}
</style>