Shades of Free Speech Blue #4D4BD8
Tints of Free Speech Blue #4D4BD8
RGB
CMYK
RGB Variations
Color information
#4D4BD8 (or 0x4D4BD8) is known color: Free Speech Blue. HEX triplet: 4D, 4B and D8. RGB value is (77,75,216). Sum of RGB (Red+Green+Blue) = 77+75+216=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D4BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BD8 is #B2B427. Grayscale: #5B5B5B. Windows color (decimal): -11711528 or 14175053. OLE color: 14175053.
HSL color Cylindrical-coordinate representation of color #4D4BD8: hue angle of 240.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D4BD8 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 75 | 216 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.15 |
| HSL | 240.85º | 0.64% | 0.57% | - |
| HSV(B) | 240.85º | 0.65% | 0.85% | - |
| XYZ | 17.97 | 11.57 | 66.25 | - |
| YUV | 91.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 216 | 0.64 | 0.65 | 0 | 0.15 | 240.85 | 0.64 | 0.57 |
| Hex | 4D | 4B | D8 | 40 | 41 | 0 | F | F1 | 40 | 39 |
| Octal | 115 | 113 | 330 | 100 | 101 | 0 | 17 | 361 | 100 | 71 |
| Binary | 1001101 | 1001011 | 11011000 | 1000000 | 1000001 | 0 | 1111 | 11110001 | 1000000 | 111001 |
Color Harmonies of #4D4BD8
Complementary color
Monochromatic Colors of #4D4BD8
Black with #4D4BD8
Text Example
Text Example
White with #4D4BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BD8; }
p { color: rgb(77,75,216); }
H1.HeaderClassName
{
color: #4D4BD8;
}
.AnyTagClassName
{
color: #4D4BD8;
}
</style>
background-color css
<style>
a { background-color: #4D4BD8; }
a { background-color: rgb(77,75,216); }
div.DivClassName
{
background-color: #4D4BD8;
}
.BgClassName
{
background-color: #4D4BD8;
}
</style>
border-color css
<style>
span { border-color: #4D4BD8; }
span { border-color: rgb(77,75,216); }
td.TdClassName
{
border-color: #4D4BD8;
}
.TagClassName
{
border-color: #4D4BD8;
}
</style>