Shades of Free Speech Blue #4D4CBE
Tints of Free Speech Blue #4D4CBE
RGB
CMYK
RGB Variations
Color information
#4D4CBE (or 0x4D4CBE) is known color: Free Speech Blue. HEX triplet: 4D, 4C and BE. RGB value is (77,76,190). Sum of RGB (Red+Green+Blue) = 77+76+190=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CBE is #B2B341. Grayscale: #585858. Windows color (decimal): -11711298 or 12471373. OLE color: 12471373.
HSL color Cylindrical-coordinate representation of color #4D4CBE: hue angle of 240.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D4CBE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 76 | 190 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.25 |
| HSL | 240.53º | 0.47% | 0.52% | - |
| HSV(B) | 240.53º | 0.6% | 0.75% | - |
| XYZ | 14.94 | 10.46 | 49.95 | - |
| YUV | 89.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 190 | 0.59 | 0.60 | 0 | 0.25 | 240.53 | 0.47 | 0.52 |
| Hex | 4D | 4C | BE | 3B | 3C | 0 | 19 | F1 | 2F | 34 |
| Octal | 115 | 114 | 276 | 73 | 74 | 0 | 31 | 361 | 57 | 64 |
| Binary | 1001101 | 1001100 | 10111110 | 111011 | 111100 | 0 | 11001 | 11110001 | 101111 | 110100 |
Color Harmonies of #4D4CBE
Complementary color
Monochromatic Colors of #4D4CBE
Black with #4D4CBE
Text Example
Text Example
White with #4D4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CBE; }
p { color: rgb(77,76,190); }
H1.HeaderClassName
{
color: #4D4CBE;
}
.AnyTagClassName
{
color: #4D4CBE;
}
</style>
background-color css
<style>
a { background-color: #4D4CBE; }
a { background-color: rgb(77,76,190); }
div.DivClassName
{
background-color: #4D4CBE;
}
.BgClassName
{
background-color: #4D4CBE;
}
</style>
border-color css
<style>
span { border-color: #4D4CBE; }
span { border-color: rgb(77,76,190); }
td.TdClassName
{
border-color: #4D4CBE;
}
.TagClassName
{
border-color: #4D4CBE;
}
</style>