Shades of Free Speech Blue #4C5DCD
Tints of Free Speech Blue #4C5DCD
RGB
CMYK
RGB Variations
Color information
#4C5DCD (or 0x4C5DCD) is known color: Free Speech Blue. HEX triplet: 4C, 5D and CD. RGB value is (76,93,205). Sum of RGB (Red+Green+Blue) = 76+93+205=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DCD is #B3A232. Grayscale: #646464. Windows color (decimal): -11772467 or 13458764. OLE color: 13458764.
HSL color Cylindrical-coordinate representation of color #4C5DCD: hue angle of 232.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C5DCD is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 93 | 205 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.20 |
| HSL | 232.09º | 0.56% | 0.55% | - |
| HSV(B) | 232.09º | 0.63% | 0.8% | - |
| XYZ | 17.91 | 13.77 | 59.47 | - |
| YUV | 100.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 205 | 0.63 | 0.55 | 0 | 0.20 | 232.09 | 0.56 | 0.55 |
| Hex | 4C | 5D | CD | 3F | 37 | 0 | 14 | E8 | 38 | 37 |
| Octal | 114 | 135 | 315 | 77 | 67 | 0 | 24 | 350 | 70 | 67 |
| Binary | 1001100 | 1011101 | 11001101 | 111111 | 110111 | 0 | 10100 | 11101000 | 111000 | 110111 |
Color Harmonies of #4C5DCD
Complementary color
Monochromatic Colors of #4C5DCD
Black with #4C5DCD
Text Example
Text Example
White with #4C5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5DCD; }
p { color: rgb(76,93,205); }
H1.HeaderClassName
{
color: #4C5DCD;
}
.AnyTagClassName
{
color: #4C5DCD;
}
</style>
background-color css
<style>
a { background-color: #4C5DCD; }
a { background-color: rgb(76,93,205); }
div.DivClassName
{
background-color: #4C5DCD;
}
.BgClassName
{
background-color: #4C5DCD;
}
</style>
border-color css
<style>
span { border-color: #4C5DCD; }
span { border-color: rgb(76,93,205); }
td.TdClassName
{
border-color: #4C5DCD;
}
.TagClassName
{
border-color: #4C5DCD;
}
</style>