Shades of Free Speech Blue #4D54CD
Tints of Free Speech Blue #4D54CD
RGB
CMYK
RGB Variations
Color information
#4D54CD (or 0x4D54CD) is known color: Free Speech Blue. HEX triplet: 4D, 54 and CD. RGB value is (77,84,205). Sum of RGB (Red+Green+Blue) = 77+84+205=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54CD is #B2AB32. Grayscale: #5F5F5F. Windows color (decimal): -11709235 or 13456461. OLE color: 13456461.
HSL color Cylindrical-coordinate representation of color #4D54CD: hue angle of 236.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D54CD is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 84 | 205 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.20 |
| HSL | 236.72º | 0.56% | 0.55% | - |
| HSV(B) | 236.72º | 0.62% | 0.8% | - |
| XYZ | 17.25 | 12.33 | 59.23 | - |
| YUV | 95.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 205 | 0.62 | 0.59 | 0 | 0.20 | 236.72 | 0.56 | 0.55 |
| Hex | 4D | 54 | CD | 3E | 3B | 0 | 14 | ED | 38 | 37 |
| Octal | 115 | 124 | 315 | 76 | 73 | 0 | 24 | 355 | 70 | 67 |
| Binary | 1001101 | 1010100 | 11001101 | 111110 | 111011 | 0 | 10100 | 11101101 | 111000 | 110111 |
Color Harmonies of #4D54CD
Complementary color
Monochromatic Colors of #4D54CD
Black with #4D54CD
Text Example
Text Example
White with #4D54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54CD; }
p { color: rgb(77,84,205); }
H1.HeaderClassName
{
color: #4D54CD;
}
.AnyTagClassName
{
color: #4D54CD;
}
</style>
background-color css
<style>
a { background-color: #4D54CD; }
a { background-color: rgb(77,84,205); }
div.DivClassName
{
background-color: #4D54CD;
}
.BgClassName
{
background-color: #4D54CD;
}
</style>
border-color css
<style>
span { border-color: #4D54CD; }
span { border-color: rgb(77,84,205); }
td.TdClassName
{
border-color: #4D54CD;
}
.TagClassName
{
border-color: #4D54CD;
}
</style>