Shades of Free Speech Blue #4D5ABC
Tints of Free Speech Blue #4D5ABC
RGB
CMYK
RGB Variations
Color information
#4D5ABC (or 0x4D5ABC) is known color: Free Speech Blue. HEX triplet: 4D, 5A and BC. RGB value is (77,90,188). Sum of RGB (Red+Green+Blue) = 77+90+188=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5ABC is #B2A543. Grayscale: #606060. Windows color (decimal): -11707716 or 12343885. OLE color: 12343885.
HSL color Cylindrical-coordinate representation of color #4D5ABC: hue angle of 232.97º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5ABC is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 90 | 188 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.26 |
| HSL | 232.97º | 0.45% | 0.52% | - |
| HSV(B) | 232.97º | 0.59% | 0.74% | - |
| XYZ | 15.79 | 12.52 | 49.16 | - |
| YUV | 97.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 188 | 0.59 | 0.52 | 0 | 0.26 | 232.97 | 0.45 | 0.52 |
| Hex | 4D | 5A | BC | 3B | 34 | 0 | 1A | E9 | 2D | 34 |
| Octal | 115 | 132 | 274 | 73 | 64 | 0 | 32 | 351 | 55 | 64 |
| Binary | 1001101 | 1011010 | 10111100 | 111011 | 110100 | 0 | 11010 | 11101001 | 101101 | 110100 |
Color Harmonies of #4D5ABC
Complementary color
Monochromatic Colors of #4D5ABC
Black with #4D5ABC
Text Example
Text Example
White with #4D5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5ABC; }
p { color: rgb(77,90,188); }
H1.HeaderClassName
{
color: #4D5ABC;
}
.AnyTagClassName
{
color: #4D5ABC;
}
</style>
background-color css
<style>
a { background-color: #4D5ABC; }
a { background-color: rgb(77,90,188); }
div.DivClassName
{
background-color: #4D5ABC;
}
.BgClassName
{
background-color: #4D5ABC;
}
</style>
border-color css
<style>
span { border-color: #4D5ABC; }
span { border-color: rgb(77,90,188); }
td.TdClassName
{
border-color: #4D5ABC;
}
.TagClassName
{
border-color: #4D5ABC;
}
</style>