Shades of Free Speech Blue #474CC6
Tints of Free Speech Blue #474CC6
RGB
CMYK
RGB Variations
Color information
#474CC6 (or 0x474CC6) is known color: Free Speech Blue. HEX triplet: 47, 4C and C6. RGB value is (71,76,198). Sum of RGB (Red+Green+Blue) = 71+76+198=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #474CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC6 is #B8B339. Grayscale: #575757. Windows color (decimal): -12104506 or 12995655. OLE color: 12995655.
HSL color Cylindrical-coordinate representation of color #474CC6: hue angle of 237.64º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474CC6 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 76 | 198 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.22 |
| HSL | 237.64º | 0.53% | 0.53% | - |
| HSV(B) | 237.64º | 0.64% | 0.78% | - |
| XYZ | 15.38 | 10.59 | 54.66 | - |
| YUV | 88.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 198 | 0.64 | 0.62 | 0 | 0.22 | 237.64 | 0.53 | 0.53 |
| Hex | 47 | 4C | C6 | 40 | 3E | 0 | 16 | EE | 35 | 35 |
| Octal | 107 | 114 | 306 | 100 | 76 | 0 | 26 | 356 | 65 | 65 |
| Binary | 1000111 | 1001100 | 11000110 | 1000000 | 111110 | 0 | 10110 | 11101110 | 110101 | 110101 |
Color Harmonies of #474CC6
Complementary color
Monochromatic Colors of #474CC6
Black with #474CC6
Text Example
Text Example
White with #474CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CC6; }
p { color: rgb(71,76,198); }
H1.HeaderClassName
{
color: #474CC6;
}
.AnyTagClassName
{
color: #474CC6;
}
</style>
background-color css
<style>
a { background-color: #474CC6; }
a { background-color: rgb(71,76,198); }
div.DivClassName
{
background-color: #474CC6;
}
.BgClassName
{
background-color: #474CC6;
}
</style>
border-color css
<style>
span { border-color: #474CC6; }
span { border-color: rgb(71,76,198); }
td.TdClassName
{
border-color: #474CC6;
}
.TagClassName
{
border-color: #474CC6;
}
</style>