Shades of Free Speech Blue #475ACC
Tints of Free Speech Blue #475ACC
RGB
CMYK
RGB Variations
Color information
#475ACC (or 0x475ACC) is known color: Free Speech Blue. HEX triplet: 47, 5A and CC. RGB value is (71,90,204). Sum of RGB (Red+Green+Blue) = 71+90+204=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #475ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ACC is #B8A533. Grayscale: #606060. Windows color (decimal): -12100916 or 13392455. OLE color: 13392455.
HSL color Cylindrical-coordinate representation of color #475ACC: hue angle of 231.43º 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 #475ACC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 90 | 204 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.2 |
| HSL | 231.43º | 0.57% | 0.54% | - |
| HSV(B) | 231.43º | 0.65% | 0.8% | - |
| XYZ | 17.15 | 13.01 | 58.73 | - |
| YUV | 97.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 204 | 0.65 | 0.56 | 0 | 0.2 | 231.43 | 0.57 | 0.54 |
| Hex | 47 | 5A | CC | 41 | 38 | 0 | 14 | E7 | 39 | 36 |
| Octal | 107 | 132 | 314 | 101 | 70 | 0 | 24 | 347 | 71 | 66 |
| Binary | 1000111 | 1011010 | 11001100 | 1000001 | 111000 | 0 | 10100 | 11100111 | 111001 | 110110 |
Color Harmonies of #475ACC
Complementary color
Monochromatic Colors of #475ACC
Black with #475ACC
Text Example
Text Example
White with #475ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475ACC; }
p { color: rgb(71,90,204); }
H1.HeaderClassName
{
color: #475ACC;
}
.AnyTagClassName
{
color: #475ACC;
}
</style>
background-color css
<style>
a { background-color: #475ACC; }
a { background-color: rgb(71,90,204); }
div.DivClassName
{
background-color: #475ACC;
}
.BgClassName
{
background-color: #475ACC;
}
</style>
border-color css
<style>
span { border-color: #475ACC; }
span { border-color: rgb(71,90,204); }
td.TdClassName
{
border-color: #475ACC;
}
.TagClassName
{
border-color: #475ACC;
}
</style>