Shades of Free Speech Blue #4D5DCD
Tints of Free Speech Blue #4D5DCD
RGB
CMYK
RGB Variations
Color information
#4D5DCD (or 0x4D5DCD) is known color: Free Speech Blue. HEX triplet: 4D, 5D and CD. RGB value is (77,93,205). Sum of RGB (Red+Green+Blue) = 77+93+205=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DCD is #B2A232. Grayscale: #646464. Windows color (decimal): -11706931 or 13458765. OLE color: 13458765.
HSL color Cylindrical-coordinate representation of color #4D5DCD: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D5DCD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 93 | 205 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.20 |
| HSL | 232.5º | 0.56% | 0.55% | - |
| HSV(B) | 232.5º | 0.62% | 0.8% | - |
| XYZ | 17.99 | 13.81 | 59.48 | - |
| YUV | 100.98 | 186.7 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 205 | 0.62 | 0.55 | 0 | 0.20 | 232.5 | 0.56 | 0.55 |
| Hex | 4D | 5D | CD | 3E | 37 | 0 | 14 | E8 | 38 | 37 |
| Octal | 115 | 135 | 315 | 76 | 67 | 0 | 24 | 350 | 70 | 67 |
| Binary | 1001101 | 1011101 | 11001101 | 111110 | 110111 | 0 | 10100 | 11101000 | 111000 | 110111 |
Color Harmonies of #4D5DCD
Complementary color
Monochromatic Colors of #4D5DCD
Black with #4D5DCD
Text Example
Text Example
White with #4D5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DCD; }
p { color: rgb(77,93,205); }
H1.HeaderClassName
{
color: #4D5DCD;
}
.AnyTagClassName
{
color: #4D5DCD;
}
</style>
background-color css
<style>
a { background-color: #4D5DCD; }
a { background-color: rgb(77,93,205); }
div.DivClassName
{
background-color: #4D5DCD;
}
.BgClassName
{
background-color: #4D5DCD;
}
</style>
border-color css
<style>
span { border-color: #4D5DCD; }
span { border-color: rgb(77,93,205); }
td.TdClassName
{
border-color: #4D5DCD;
}
.TagClassName
{
border-color: #4D5DCD;
}
</style>