Shades of Free Speech Blue #474CC5
Tints of Free Speech Blue #474CC5
RGB
CMYK
RGB Variations
Color information
#474CC5 (or 0x474CC5) is known color: Free Speech Blue. HEX triplet: 47, 4C and C5. RGB value is (71,76,197). Sum of RGB (Red+Green+Blue) = 71+76+197=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #474CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC5 is #B8B33A. Grayscale: #575757. Windows color (decimal): -12104507 or 12930119. OLE color: 12930119.
HSL color Cylindrical-coordinate representation of color #474CC5: hue angle of 237.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474CC5 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 76 | 197 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.23 |
| HSL | 237.62º | 0.52% | 0.53% | - |
| HSV(B) | 237.62º | 0.64% | 0.77% | - |
| XYZ | 15.26 | 10.54 | 54.05 | - |
| YUV | 88.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 197 | 0.64 | 0.61 | 0 | 0.23 | 237.62 | 0.52 | 0.53 |
| Hex | 47 | 4C | C5 | 40 | 3D | 0 | 17 | EE | 34 | 35 |
| Octal | 107 | 114 | 305 | 100 | 75 | 0 | 27 | 356 | 64 | 65 |
| Binary | 1000111 | 1001100 | 11000101 | 1000000 | 111101 | 0 | 10111 | 11101110 | 110100 | 110101 |
Color Harmonies of #474CC5
Complementary color
Monochromatic Colors of #474CC5
Black with #474CC5
Text Example
Text Example
White with #474CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CC5; }
p { color: rgb(71,76,197); }
H1.HeaderClassName
{
color: #474CC5;
}
.AnyTagClassName
{
color: #474CC5;
}
</style>
background-color css
<style>
a { background-color: #474CC5; }
a { background-color: rgb(71,76,197); }
div.DivClassName
{
background-color: #474CC5;
}
.BgClassName
{
background-color: #474CC5;
}
</style>
border-color css
<style>
span { border-color: #474CC5; }
span { border-color: rgb(71,76,197); }
td.TdClassName
{
border-color: #474CC5;
}
.TagClassName
{
border-color: #474CC5;
}
</style>