Shades of Free Speech Blue #474BC1
Tints of Free Speech Blue #474BC1
RGB
CMYK
RGB Variations
Color information
#474BC1 (or 0x474BC1) is known color: Free Speech Blue. HEX triplet: 47, 4B and C1. RGB value is (71,75,193). Sum of RGB (Red+Green+Blue) = 71+75+193=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #474BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BC1 is #B8B43E. Grayscale: #565656. Windows color (decimal): -12104767 or 12667719. OLE color: 12667719.
HSL color Cylindrical-coordinate representation of color #474BC1: hue angle of 238.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474BC1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 75 | 193 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.24 |
| HSL | 238.03º | 0.5% | 0.52% | - |
| HSV(B) | 238.03º | 0.63% | 0.76% | - |
| XYZ | 14.74 | 10.22 | 51.65 | - |
| YUV | 87.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 193 | 0.63 | 0.61 | 0 | 0.24 | 238.03 | 0.5 | 0.52 |
| Hex | 47 | 4B | C1 | 3F | 3D | 0 | 18 | EE | 32 | 34 |
| Octal | 107 | 113 | 301 | 77 | 75 | 0 | 30 | 356 | 62 | 64 |
| Binary | 1000111 | 1001011 | 11000001 | 111111 | 111101 | 0 | 11000 | 11101110 | 110010 | 110100 |
Color Harmonies of #474BC1
Complementary color
Monochromatic Colors of #474BC1
Black with #474BC1
Text Example
Text Example
White with #474BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BC1; }
p { color: rgb(71,75,193); }
H1.HeaderClassName
{
color: #474BC1;
}
.AnyTagClassName
{
color: #474BC1;
}
</style>
background-color css
<style>
a { background-color: #474BC1; }
a { background-color: rgb(71,75,193); }
div.DivClassName
{
background-color: #474BC1;
}
.BgClassName
{
background-color: #474BC1;
}
</style>
border-color css
<style>
span { border-color: #474BC1; }
span { border-color: rgb(71,75,193); }
td.TdClassName
{
border-color: #474BC1;
}
.TagClassName
{
border-color: #474BC1;
}
</style>