Shades of Free Speech Blue #4D53CE
Tints of Free Speech Blue #4D53CE
RGB
CMYK
RGB Variations
Color information
#4D53CE (or 0x4D53CE) is known color: Free Speech Blue. HEX triplet: 4D, 53 and CE. RGB value is (77,83,206). Sum of RGB (Red+Green+Blue) = 77+83+206=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D53CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53CE is #B2AC31. Grayscale: #5E5E5E. Windows color (decimal): -11709490 or 13521741. OLE color: 13521741.
HSL color Cylindrical-coordinate representation of color #4D53CE: hue angle of 237.21º 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 #4D53CE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 83 | 206 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.19 |
| HSL | 237.21º | 0.57% | 0.55% | - |
| HSV(B) | 237.21º | 0.63% | 0.81% | - |
| XYZ | 17.29 | 12.22 | 59.84 | - |
| YUV | 95.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 206 | 0.63 | 0.60 | 0 | 0.19 | 237.21 | 0.57 | 0.55 |
| Hex | 4D | 53 | CE | 3F | 3C | 0 | 13 | ED | 39 | 37 |
| Octal | 115 | 123 | 316 | 77 | 74 | 0 | 23 | 355 | 71 | 67 |
| Binary | 1001101 | 1010011 | 11001110 | 111111 | 111100 | 0 | 10011 | 11101101 | 111001 | 110111 |
Color Harmonies of #4D53CE
Complementary color
Monochromatic Colors of #4D53CE
Black with #4D53CE
Text Example
Text Example
White with #4D53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D53CE; }
p { color: rgb(77,83,206); }
H1.HeaderClassName
{
color: #4D53CE;
}
.AnyTagClassName
{
color: #4D53CE;
}
</style>
background-color css
<style>
a { background-color: #4D53CE; }
a { background-color: rgb(77,83,206); }
div.DivClassName
{
background-color: #4D53CE;
}
.BgClassName
{
background-color: #4D53CE;
}
</style>
border-color css
<style>
span { border-color: #4D53CE; }
span { border-color: rgb(77,83,206); }
td.TdClassName
{
border-color: #4D53CE;
}
.TagClassName
{
border-color: #4D53CE;
}
</style>