Shades of Free Speech Blue #474DC3
Tints of Free Speech Blue #474DC3
RGB
CMYK
RGB Variations
Color information
#474DC3 (or 0x474DC3) is known color: Free Speech Blue. HEX triplet: 47, 4D and C3. RGB value is (71,77,195). Sum of RGB (Red+Green+Blue) = 71+77+195=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 195 (76.56% from 255 or 56.85% from 343); Max value from RGB is 195 - color contains mainly: blue. Hex color #474DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #474DC3 is #B8B23C. Grayscale: #585858. Windows color (decimal): -12104253 or 12799303. OLE color: 12799303.
HSL color Cylindrical-coordinate representation of color #474DC3: hue angle of 237.1º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #474DC3 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 77 | 195 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.24 |
| HSL | 237.1º | 0.51% | 0.52% | - |
| HSV(B) | 237.1º | 0.64% | 0.76% | - |
| XYZ | 15.1 | 10.59 | 52.88 | - |
| YUV | 88.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 195 | 0.64 | 0.61 | 0 | 0.24 | 237.1 | 0.51 | 0.52 |
| Hex | 47 | 4D | C3 | 40 | 3D | 0 | 18 | ED | 33 | 34 |
| Octal | 107 | 115 | 303 | 100 | 75 | 0 | 30 | 355 | 63 | 64 |
| Binary | 1000111 | 1001101 | 11000011 | 1000000 | 111101 | 0 | 11000 | 11101101 | 110011 | 110100 |
Color Harmonies of #474DC3
Complementary color
Monochromatic Colors of #474DC3
Black with #474DC3
Text Example
Text Example
White with #474DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DC3; }
p { color: rgb(71,77,195); }
H1.HeaderClassName
{
color: #474DC3;
}
.AnyTagClassName
{
color: #474DC3;
}
</style>
background-color css
<style>
a { background-color: #474DC3; }
a { background-color: rgb(71,77,195); }
div.DivClassName
{
background-color: #474DC3;
}
.BgClassName
{
background-color: #474DC3;
}
</style>
border-color css
<style>
span { border-color: #474DC3; }
span { border-color: rgb(71,77,195); }
td.TdClassName
{
border-color: #474DC3;
}
.TagClassName
{
border-color: #474DC3;
}
</style>