Shades of Free Speech Blue #4D5DCE
Tints of Free Speech Blue #4D5DCE
RGB
CMYK
RGB Variations
Color information
#4D5DCE (or 0x4D5DCE) is known color: Free Speech Blue. HEX triplet: 4D, 5D and CE. RGB value is (77,93,206). Sum of RGB (Red+Green+Blue) = 77+93+206=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DCE is #B2A231. Grayscale: #646464. Windows color (decimal): -11706930 or 13524301. OLE color: 13524301.
HSL color Cylindrical-coordinate representation of color #4D5DCE: hue angle of 232.56º degrees, saturation: 0.57, 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 #4D5DCE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 93 | 206 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.19 |
| HSL | 232.56º | 0.57% | 0.55% | - |
| HSV(B) | 232.56º | 0.63% | 0.81% | - |
| XYZ | 18.12 | 13.86 | 60.11 | - |
| YUV | 101.1 | 187.2 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 206 | 0.63 | 0.55 | 0 | 0.19 | 232.56 | 0.57 | 0.55 |
| Hex | 4D | 5D | CE | 3F | 37 | 0 | 13 | E9 | 39 | 37 |
| Octal | 115 | 135 | 316 | 77 | 67 | 0 | 23 | 351 | 71 | 67 |
| Binary | 1001101 | 1011101 | 11001110 | 111111 | 110111 | 0 | 10011 | 11101001 | 111001 | 110111 |
Color Harmonies of #4D5DCE
Complementary color
Monochromatic Colors of #4D5DCE
Black with #4D5DCE
Text Example
Text Example
White with #4D5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DCE; }
p { color: rgb(77,93,206); }
H1.HeaderClassName
{
color: #4D5DCE;
}
.AnyTagClassName
{
color: #4D5DCE;
}
</style>
background-color css
<style>
a { background-color: #4D5DCE; }
a { background-color: rgb(77,93,206); }
div.DivClassName
{
background-color: #4D5DCE;
}
.BgClassName
{
background-color: #4D5DCE;
}
</style>
border-color css
<style>
span { border-color: #4D5DCE; }
span { border-color: rgb(77,93,206); }
td.TdClassName
{
border-color: #4D5DCE;
}
.TagClassName
{
border-color: #4D5DCE;
}
</style>