Shades of Free Speech Blue #474CC1
Tints of Free Speech Blue #474CC1
RGB
CMYK
RGB Variations
Color information
#474CC1 (or 0x474CC1) is known color: Free Speech Blue. HEX triplet: 47, 4C and C1. RGB value is (71,76,193). Sum of RGB (Red+Green+Blue) = 71+76+193=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #474CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CC1 is #B8B33E. Grayscale: #575757. Windows color (decimal): -12104511 or 12667975. OLE color: 12667975.
HSL color Cylindrical-coordinate representation of color #474CC1: hue angle of 237.54º 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 #474CC1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 76 | 193 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.24 |
| HSL | 237.54º | 0.5% | 0.52% | - |
| HSV(B) | 237.54º | 0.63% | 0.76% | - |
| XYZ | 14.81 | 10.36 | 51.67 | - |
| YUV | 87.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 193 | 0.63 | 0.61 | 0 | 0.24 | 237.54 | 0.5 | 0.52 |
| Hex | 47 | 4C | C1 | 3F | 3D | 0 | 18 | EE | 32 | 34 |
| Octal | 107 | 114 | 301 | 77 | 75 | 0 | 30 | 356 | 62 | 64 |
| Binary | 1000111 | 1001100 | 11000001 | 111111 | 111101 | 0 | 11000 | 11101110 | 110010 | 110100 |
Color Harmonies of #474CC1
Complementary color
Monochromatic Colors of #474CC1
Black with #474CC1
Text Example
Text Example
White with #474CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CC1; }
p { color: rgb(71,76,193); }
H1.HeaderClassName
{
color: #474CC1;
}
.AnyTagClassName
{
color: #474CC1;
}
</style>
background-color css
<style>
a { background-color: #474CC1; }
a { background-color: rgb(71,76,193); }
div.DivClassName
{
background-color: #474CC1;
}
.BgClassName
{
background-color: #474CC1;
}
</style>
border-color css
<style>
span { border-color: #474CC1; }
span { border-color: rgb(71,76,193); }
td.TdClassName
{
border-color: #474CC1;
}
.TagClassName
{
border-color: #474CC1;
}
</style>