Shades of Free Speech Blue #475EC3
Tints of Free Speech Blue #475EC3
RGB
CMYK
RGB Variations
Color information
#475EC3 (or 0x475EC3) is known color: Free Speech Blue. HEX triplet: 47, 5E and C3. RGB value is (71,94,195). Sum of RGB (Red+Green+Blue) = 71+94+195=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #475EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EC3 is #B8A13C. Grayscale: #626262. Windows color (decimal): -12099901 or 12803655. OLE color: 12803655.
HSL color Cylindrical-coordinate representation of color #475EC3: hue angle of 228.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #475EC3 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 94 | 195 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.24 |
| HSL | 228.87º | 0.51% | 0.52% | - |
| HSV(B) | 228.87º | 0.64% | 0.76% | - |
| XYZ | 16.45 | 13.29 | 53.33 | - |
| YUV | 98.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 195 | 0.64 | 0.52 | 0 | 0.24 | 228.87 | 0.51 | 0.52 |
| Hex | 47 | 5E | C3 | 40 | 34 | 0 | 18 | E5 | 33 | 34 |
| Octal | 107 | 136 | 303 | 100 | 64 | 0 | 30 | 345 | 63 | 64 |
| Binary | 1000111 | 1011110 | 11000011 | 1000000 | 110100 | 0 | 11000 | 11100101 | 110011 | 110100 |
Color Harmonies of #475EC3
Complementary color
Monochromatic Colors of #475EC3
Black with #475EC3
Text Example
Text Example
White with #475EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EC3; }
p { color: rgb(71,94,195); }
H1.HeaderClassName
{
color: #475EC3;
}
.AnyTagClassName
{
color: #475EC3;
}
</style>
background-color css
<style>
a { background-color: #475EC3; }
a { background-color: rgb(71,94,195); }
div.DivClassName
{
background-color: #475EC3;
}
.BgClassName
{
background-color: #475EC3;
}
</style>
border-color css
<style>
span { border-color: #475EC3; }
span { border-color: rgb(71,94,195); }
td.TdClassName
{
border-color: #475EC3;
}
.TagClassName
{
border-color: #475EC3;
}
</style>