Shades of Free Speech Blue #4D61CA
Tints of Free Speech Blue #4D61CA
RGB
CMYK
RGB Variations
Color information
#4D61CA (or 0x4D61CA) is known color: Free Speech Blue. HEX triplet: 4D, 61 and CA. RGB value is (77,97,202). Sum of RGB (Red+Green+Blue) = 77+97+202=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D61CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D61CA is #B29E35. Grayscale: #666666. Windows color (decimal): -11705910 or 13263181. OLE color: 13263181.
HSL color Cylindrical-coordinate representation of color #4D61CA: hue angle of 230.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D61CA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 97 | 202 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.21 |
| HSL | 230.4º | 0.54% | 0.55% | - |
| HSV(B) | 230.4º | 0.62% | 0.79% | - |
| XYZ | 18 | 14.39 | 57.71 | - |
| YUV | 102.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 202 | 0.62 | 0.52 | 0 | 0.21 | 230.4 | 0.54 | 0.55 |
| Hex | 4D | 61 | CA | 3E | 34 | 0 | 15 | E6 | 36 | 37 |
| Octal | 115 | 141 | 312 | 76 | 64 | 0 | 25 | 346 | 66 | 67 |
| Binary | 1001101 | 1100001 | 11001010 | 111110 | 110100 | 0 | 10101 | 11100110 | 110110 | 110111 |
Color Harmonies of #4D61CA
Complementary color
Monochromatic Colors of #4D61CA
Black with #4D61CA
Text Example
Text Example
White with #4D61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D61CA; }
p { color: rgb(77,97,202); }
H1.HeaderClassName
{
color: #4D61CA;
}
.AnyTagClassName
{
color: #4D61CA;
}
</style>
background-color css
<style>
a { background-color: #4D61CA; }
a { background-color: rgb(77,97,202); }
div.DivClassName
{
background-color: #4D61CA;
}
.BgClassName
{
background-color: #4D61CA;
}
</style>
border-color css
<style>
span { border-color: #4D61CA; }
span { border-color: rgb(77,97,202); }
td.TdClassName
{
border-color: #4D61CA;
}
.TagClassName
{
border-color: #4D61CA;
}
</style>