Shades of Free Speech Blue #4D5CCC
Tints of Free Speech Blue #4D5CCC
RGB
CMYK
RGB Variations
Color information
#4D5CCC (or 0x4D5CCC) is known color: Free Speech Blue. HEX triplet: 4D, 5C and CC. RGB value is (77,92,204). Sum of RGB (Red+Green+Blue) = 77+92+204=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CCC is #B2A333. Grayscale: #636363. Windows color (decimal): -11707188 or 13392973. OLE color: 13392973.
HSL color Cylindrical-coordinate representation of color #4D5CCC: hue angle of 232.91º degrees, saturation: 0.55, 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 #4D5CCC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 92 | 204 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.2 |
| HSL | 232.91º | 0.55% | 0.55% | - |
| HSV(B) | 232.91º | 0.62% | 0.8% | - |
| XYZ | 17.79 | 13.59 | 58.81 | - |
| YUV | 100.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 204 | 0.62 | 0.55 | 0 | 0.2 | 232.91 | 0.55 | 0.55 |
| Hex | 4D | 5C | CC | 3E | 37 | 0 | 14 | E9 | 37 | 37 |
| Octal | 115 | 134 | 314 | 76 | 67 | 0 | 24 | 351 | 67 | 67 |
| Binary | 1001101 | 1011100 | 11001100 | 111110 | 110111 | 0 | 10100 | 11101001 | 110111 | 110111 |
Color Harmonies of #4D5CCC
Complementary color
Monochromatic Colors of #4D5CCC
Black with #4D5CCC
Text Example
Text Example
White with #4D5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5CCC; }
p { color: rgb(77,92,204); }
H1.HeaderClassName
{
color: #4D5CCC;
}
.AnyTagClassName
{
color: #4D5CCC;
}
</style>
background-color css
<style>
a { background-color: #4D5CCC; }
a { background-color: rgb(77,92,204); }
div.DivClassName
{
background-color: #4D5CCC;
}
.BgClassName
{
background-color: #4D5CCC;
}
</style>
border-color css
<style>
span { border-color: #4D5CCC; }
span { border-color: rgb(77,92,204); }
td.TdClassName
{
border-color: #4D5CCC;
}
.TagClassName
{
border-color: #4D5CCC;
}
</style>