Shades of Free Speech Blue #4D55CA
Tints of Free Speech Blue #4D55CA
RGB
CMYK
RGB Variations
Color information
#4D55CA (or 0x4D55CA) is known color: Free Speech Blue. HEX triplet: 4D, 55 and CA. RGB value is (77,85,202). Sum of RGB (Red+Green+Blue) = 77+85+202=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55CA is #B2AA35. Grayscale: #5F5F5F. Windows color (decimal): -11708982 or 13260109. OLE color: 13260109.
HSL color Cylindrical-coordinate representation of color #4D55CA: hue angle of 236.16º 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 #4D55CA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 85 | 202 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.21 |
| HSL | 236.16º | 0.54% | 0.55% | - |
| HSV(B) | 236.16º | 0.62% | 0.79% | - |
| XYZ | 16.97 | 12.34 | 57.36 | - |
| YUV | 95.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 202 | 0.62 | 0.58 | 0 | 0.21 | 236.16 | 0.54 | 0.55 |
| Hex | 4D | 55 | CA | 3E | 3A | 0 | 15 | EC | 36 | 37 |
| Octal | 115 | 125 | 312 | 76 | 72 | 0 | 25 | 354 | 66 | 67 |
| Binary | 1001101 | 1010101 | 11001010 | 111110 | 111010 | 0 | 10101 | 11101100 | 110110 | 110111 |
Color Harmonies of #4D55CA
Complementary color
Monochromatic Colors of #4D55CA
Black with #4D55CA
Text Example
Text Example
White with #4D55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55CA; }
p { color: rgb(77,85,202); }
H1.HeaderClassName
{
color: #4D55CA;
}
.AnyTagClassName
{
color: #4D55CA;
}
</style>
background-color css
<style>
a { background-color: #4D55CA; }
a { background-color: rgb(77,85,202); }
div.DivClassName
{
background-color: #4D55CA;
}
.BgClassName
{
background-color: #4D55CA;
}
</style>
border-color css
<style>
span { border-color: #4D55CA; }
span { border-color: rgb(77,85,202); }
td.TdClassName
{
border-color: #4D55CA;
}
.TagClassName
{
border-color: #4D55CA;
}
</style>