Shades of Free Speech Blue #475DB1
Tints of Free Speech Blue #475DB1
RGB
CMYK
RGB Variations
Color information
#475DB1 (or 0x475DB1) is known color: Free Speech Blue. HEX triplet: 47, 5D and B1. RGB value is (71,93,177). Sum of RGB (Red+Green+Blue) = 71+93+177=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #475DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DB1 is #B8A24E. Grayscale: #5F5F5F. Windows color (decimal): -12100175 or 11623751. OLE color: 11623751.
HSL color Cylindrical-coordinate representation of color #475DB1: hue angle of 227.55º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #475DB1 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 93 | 177 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.31 |
| HSL | 227.55º | 0.43% | 0.49% | - |
| HSV(B) | 227.55º | 0.6% | 0.69% | - |
| XYZ | 14.45 | 12.34 | 43.22 | - |
| YUV | 96 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 177 | 0.60 | 0.47 | 0 | 0.31 | 227.55 | 0.43 | 0.49 |
| Hex | 47 | 5D | B1 | 3C | 2F | 0 | 1F | E4 | 2B | 31 |
| Octal | 107 | 135 | 261 | 74 | 57 | 0 | 37 | 344 | 53 | 61 |
| Binary | 1000111 | 1011101 | 10110001 | 111100 | 101111 | 0 | 11111 | 11100100 | 101011 | 110001 |
Color Harmonies of #475DB1
Complementary color
Monochromatic Colors of #475DB1
Black with #475DB1
Text Example
Text Example
White with #475DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DB1; }
p { color: rgb(71,93,177); }
H1.HeaderClassName
{
color: #475DB1;
}
.AnyTagClassName
{
color: #475DB1;
}
</style>
background-color css
<style>
a { background-color: #475DB1; }
a { background-color: rgb(71,93,177); }
div.DivClassName
{
background-color: #475DB1;
}
.BgClassName
{
background-color: #475DB1;
}
</style>
border-color css
<style>
span { border-color: #475DB1; }
span { border-color: rgb(71,93,177); }
td.TdClassName
{
border-color: #475DB1;
}
.TagClassName
{
border-color: #475DB1;
}
</style>