Shades of Free Speech Blue #475DCD
Tints of Free Speech Blue #475DCD
RGB
CMYK
RGB Variations
Color information
#475DCD (or 0x475DCD) is known color: Free Speech Blue. HEX triplet: 47, 5D and CD. RGB value is (71,93,205). Sum of RGB (Red+Green+Blue) = 71+93+205=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #475DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DCD is #B8A232. Grayscale: #626262. Windows color (decimal): -12100147 or 13458759. OLE color: 13458759.
HSL color Cylindrical-coordinate representation of color #475DCD: hue angle of 230.15º degrees, saturation: 0.57, 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 #475DCD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 93 | 205 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.20 |
| HSL | 230.15º | 0.57% | 0.54% | - |
| HSV(B) | 230.15º | 0.65% | 0.8% | - |
| XYZ | 17.53 | 13.58 | 59.45 | - |
| YUV | 99.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 205 | 0.65 | 0.55 | 0 | 0.20 | 230.15 | 0.57 | 0.54 |
| Hex | 47 | 5D | CD | 41 | 37 | 0 | 14 | E6 | 39 | 36 |
| Octal | 107 | 135 | 315 | 101 | 67 | 0 | 24 | 346 | 71 | 66 |
| Binary | 1000111 | 1011101 | 11001101 | 1000001 | 110111 | 0 | 10100 | 11100110 | 111001 | 110110 |
Color Harmonies of #475DCD
Complementary color
Monochromatic Colors of #475DCD
Black with #475DCD
Text Example
Text Example
White with #475DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DCD; }
p { color: rgb(71,93,205); }
H1.HeaderClassName
{
color: #475DCD;
}
.AnyTagClassName
{
color: #475DCD;
}
</style>
background-color css
<style>
a { background-color: #475DCD; }
a { background-color: rgb(71,93,205); }
div.DivClassName
{
background-color: #475DCD;
}
.BgClassName
{
background-color: #475DCD;
}
</style>
border-color css
<style>
span { border-color: #475DCD; }
span { border-color: rgb(71,93,205); }
td.TdClassName
{
border-color: #475DCD;
}
.TagClassName
{
border-color: #475DCD;
}
</style>