Shades of Free Speech Blue #474CC0
Tints of Free Speech Blue #474CC0
RGB
CMYK
RGB Variations
Color information
#474CC0 (or 0x474CC0) is known color: Free Speech Blue. HEX triplet: 47, 4C and C0. RGB value is (71,76,192). Sum of RGB (Red+Green+Blue) = 71+76+192=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #474CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC0 is #B8B33F. Grayscale: #575757. Windows color (decimal): -12104512 or 12602439. OLE color: 12602439.
HSL color Cylindrical-coordinate representation of color #474CC0: hue angle of 237.52º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #474CC0 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 76 | 192 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.25 |
| HSL | 237.52º | 0.49% | 0.52% | - |
| HSV(B) | 237.52º | 0.63% | 0.75% | - |
| XYZ | 14.7 | 10.31 | 51.09 | - |
| YUV | 87.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 192 | 0.63 | 0.60 | 0 | 0.25 | 237.52 | 0.49 | 0.52 |
| Hex | 47 | 4C | C0 | 3F | 3C | 0 | 19 | EE | 31 | 34 |
| Octal | 107 | 114 | 300 | 77 | 74 | 0 | 31 | 356 | 61 | 64 |
| Binary | 1000111 | 1001100 | 11000000 | 111111 | 111100 | 0 | 11001 | 11101110 | 110001 | 110100 |
Color Harmonies of #474CC0
Complementary color
Monochromatic Colors of #474CC0
Black with #474CC0
Text Example
Text Example
White with #474CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CC0; }
p { color: rgb(71,76,192); }
H1.HeaderClassName
{
color: #474CC0;
}
.AnyTagClassName
{
color: #474CC0;
}
</style>
background-color css
<style>
a { background-color: #474CC0; }
a { background-color: rgb(71,76,192); }
div.DivClassName
{
background-color: #474CC0;
}
.BgClassName
{
background-color: #474CC0;
}
</style>
border-color css
<style>
span { border-color: #474CC0; }
span { border-color: rgb(71,76,192); }
td.TdClassName
{
border-color: #474CC0;
}
.TagClassName
{
border-color: #474CC0;
}
</style>