Shades of Free Speech Blue #4C5DCF
Tints of Free Speech Blue #4C5DCF
RGB
CMYK
RGB Variations
Color information
#4C5DCF (or 0x4C5DCF) is known color: Free Speech Blue. HEX triplet: 4C, 5D and CF. RGB value is (76,93,207). Sum of RGB (Red+Green+Blue) = 76+93+207=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C5DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DCF is #B3A230. Grayscale: #646464. Windows color (decimal): -11772465 or 13589836. OLE color: 13589836.
HSL color Cylindrical-coordinate representation of color #4C5DCF: hue angle of 232.21º 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 #4C5DCF is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 93 | 207 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.19 |
| HSL | 232.21º | 0.58% | 0.55% | - |
| HSV(B) | 232.21º | 0.63% | 0.81% | - |
| XYZ | 18.16 | 13.87 | 60.75 | - |
| YUV | 100.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 207 | 0.63 | 0.55 | 0 | 0.19 | 232.21 | 0.58 | 0.55 |
| Hex | 4C | 5D | CF | 3F | 37 | 0 | 13 | E8 | 3A | 37 |
| Octal | 114 | 135 | 317 | 77 | 67 | 0 | 23 | 350 | 72 | 67 |
| Binary | 1001100 | 1011101 | 11001111 | 111111 | 110111 | 0 | 10011 | 11101000 | 111010 | 110111 |
Color Harmonies of #4C5DCF
Complementary color
Monochromatic Colors of #4C5DCF
Black with #4C5DCF
Text Example
Text Example
White with #4C5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5DCF; }
p { color: rgb(76,93,207); }
H1.HeaderClassName
{
color: #4C5DCF;
}
.AnyTagClassName
{
color: #4C5DCF;
}
</style>
background-color css
<style>
a { background-color: #4C5DCF; }
a { background-color: rgb(76,93,207); }
div.DivClassName
{
background-color: #4C5DCF;
}
.BgClassName
{
background-color: #4C5DCF;
}
</style>
border-color css
<style>
span { border-color: #4C5DCF; }
span { border-color: rgb(76,93,207); }
td.TdClassName
{
border-color: #4C5DCF;
}
.TagClassName
{
border-color: #4C5DCF;
}
</style>