Shades of Free Speech Blue #4C5CCF
Tints of Free Speech Blue #4C5CCF
RGB
CMYK
RGB Variations
Color information
#4C5CCF (or 0x4C5CCF) is known color: Free Speech Blue. HEX triplet: 4C, 5C and CF. RGB value is (76,92,207). Sum of RGB (Red+Green+Blue) = 76+92+207=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C5CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CCF is #B3A330. Grayscale: #636363. Windows color (decimal): -11772721 or 13589580. OLE color: 13589580.
HSL color Cylindrical-coordinate representation of color #4C5CCF: hue angle of 232.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C5CCF is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 92 | 207 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.19 |
| HSL | 232.67º | 0.58% | 0.55% | - |
| HSV(B) | 232.67º | 0.63% | 0.81% | - |
| XYZ | 18.07 | 13.7 | 60.72 | - |
| YUV | 100.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 207 | 0.63 | 0.56 | 0 | 0.19 | 232.67 | 0.58 | 0.55 |
| Hex | 4C | 5C | CF | 3F | 38 | 0 | 13 | E9 | 3A | 37 |
| Octal | 114 | 134 | 317 | 77 | 70 | 0 | 23 | 351 | 72 | 67 |
| Binary | 1001100 | 1011100 | 11001111 | 111111 | 111000 | 0 | 10011 | 11101001 | 111010 | 110111 |
Color Harmonies of #4C5CCF
Complementary color
Monochromatic Colors of #4C5CCF
Black with #4C5CCF
Text Example
Text Example
White with #4C5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5CCF; }
p { color: rgb(76,92,207); }
H1.HeaderClassName
{
color: #4C5CCF;
}
.AnyTagClassName
{
color: #4C5CCF;
}
</style>
background-color css
<style>
a { background-color: #4C5CCF; }
a { background-color: rgb(76,92,207); }
div.DivClassName
{
background-color: #4C5CCF;
}
.BgClassName
{
background-color: #4C5CCF;
}
</style>
border-color css
<style>
span { border-color: #4C5CCF; }
span { border-color: rgb(76,92,207); }
td.TdClassName
{
border-color: #4C5CCF;
}
.TagClassName
{
border-color: #4C5CCF;
}
</style>