Shades of Free Speech Blue #4D55CE
Tints of Free Speech Blue #4D55CE
RGB
CMYK
RGB Variations
Color information
#4D55CE (or 0x4D55CE) is known color: Free Speech Blue. HEX triplet: 4D, 55 and CE. RGB value is (77,85,206). Sum of RGB (Red+Green+Blue) = 77+85+206=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55CE is #B2AA31. Grayscale: #5F5F5F. Windows color (decimal): -11708978 or 13522253. OLE color: 13522253.
HSL color Cylindrical-coordinate representation of color #4D55CE: hue angle of 236.28º 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 #4D55CE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 85 | 206 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.19 |
| HSL | 236.28º | 0.57% | 0.55% | - |
| HSV(B) | 236.28º | 0.63% | 0.81% | - |
| XYZ | 17.45 | 12.53 | 59.89 | - |
| YUV | 96.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 206 | 0.63 | 0.59 | 0 | 0.19 | 236.28 | 0.57 | 0.55 |
| Hex | 4D | 55 | CE | 3F | 3B | 0 | 13 | EC | 39 | 37 |
| Octal | 115 | 125 | 316 | 77 | 73 | 0 | 23 | 354 | 71 | 67 |
| Binary | 1001101 | 1010101 | 11001110 | 111111 | 111011 | 0 | 10011 | 11101100 | 111001 | 110111 |
Color Harmonies of #4D55CE
Complementary color
Monochromatic Colors of #4D55CE
Black with #4D55CE
Text Example
Text Example
White with #4D55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55CE; }
p { color: rgb(77,85,206); }
H1.HeaderClassName
{
color: #4D55CE;
}
.AnyTagClassName
{
color: #4D55CE;
}
</style>
background-color css
<style>
a { background-color: #4D55CE; }
a { background-color: rgb(77,85,206); }
div.DivClassName
{
background-color: #4D55CE;
}
.BgClassName
{
background-color: #4D55CE;
}
</style>
border-color css
<style>
span { border-color: #4D55CE; }
span { border-color: rgb(77,85,206); }
td.TdClassName
{
border-color: #4D55CE;
}
.TagClassName
{
border-color: #4D55CE;
}
</style>