Shades of Free Speech Blue #474BC2
Tints of Free Speech Blue #474BC2
RGB
CMYK
RGB Variations
Color information
#474BC2 (or 0x474BC2) is known color: Free Speech Blue. HEX triplet: 47, 4B and C2. RGB value is (71,75,194). Sum of RGB (Red+Green+Blue) = 71+75+194=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #474BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474BC2 is #B8B43D. Grayscale: #565656. Windows color (decimal): -12104766 or 12733255. OLE color: 12733255.
HSL color Cylindrical-coordinate representation of color #474BC2: hue angle of 238.05º 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 #474BC2 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 75 | 194 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.24 |
| HSL | 238.05º | 0.5% | 0.52% | - |
| HSV(B) | 238.05º | 0.63% | 0.76% | - |
| XYZ | 14.85 | 10.27 | 52.24 | - |
| YUV | 87.37 | 188.17 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 194 | 0.63 | 0.61 | 0 | 0.24 | 238.05 | 0.5 | 0.52 |
| Hex | 47 | 4B | C2 | 3F | 3D | 0 | 18 | EE | 32 | 34 |
| Octal | 107 | 113 | 302 | 77 | 75 | 0 | 30 | 356 | 62 | 64 |
| Binary | 1000111 | 1001011 | 11000010 | 111111 | 111101 | 0 | 11000 | 11101110 | 110010 | 110100 |
Color Harmonies of #474BC2
Complementary color
Monochromatic Colors of #474BC2
Black with #474BC2
Text Example
Text Example
White with #474BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474BC2; }
p { color: rgb(71,75,194); }
H1.HeaderClassName
{
color: #474BC2;
}
.AnyTagClassName
{
color: #474BC2;
}
</style>
background-color css
<style>
a { background-color: #474BC2; }
a { background-color: rgb(71,75,194); }
div.DivClassName
{
background-color: #474BC2;
}
.BgClassName
{
background-color: #474BC2;
}
</style>
border-color css
<style>
span { border-color: #474BC2; }
span { border-color: rgb(71,75,194); }
td.TdClassName
{
border-color: #474BC2;
}
.TagClassName
{
border-color: #474BC2;
}
</style>