Shades of Free Speech Blue #4D4BBF
Tints of Free Speech Blue #4D4BBF
RGB
CMYK
RGB Variations
Color information
#4D4BBF (or 0x4D4BBF) is known color: Free Speech Blue. HEX triplet: 4D, 4B and BF. RGB value is (77,75,191). Sum of RGB (Red+Green+Blue) = 77+75+191=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D4BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4BBF is #B2B440. Grayscale: #585858. Windows color (decimal): -11711553 or 12536653. OLE color: 12536653.
HSL color Cylindrical-coordinate representation of color #4D4BBF: hue angle of 241.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D4BBF is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 75 | 191 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.25 |
| HSL | 241.03º | 0.48% | 0.52% | - |
| HSV(B) | 241.03º | 0.61% | 0.75% | - |
| XYZ | 14.98 | 10.37 | 50.5 | - |
| YUV | 88.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 191 | 0.60 | 0.61 | 0 | 0.25 | 241.03 | 0.48 | 0.52 |
| Hex | 4D | 4B | BF | 3C | 3D | 0 | 19 | F1 | 30 | 34 |
| Octal | 115 | 113 | 277 | 74 | 75 | 0 | 31 | 361 | 60 | 64 |
| Binary | 1001101 | 1001011 | 10111111 | 111100 | 111101 | 0 | 11001 | 11110001 | 110000 | 110100 |
Color Harmonies of #4D4BBF
Complementary color
Monochromatic Colors of #4D4BBF
Black with #4D4BBF
Text Example
Text Example
White with #4D4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BBF; }
p { color: rgb(77,75,191); }
H1.HeaderClassName
{
color: #4D4BBF;
}
.AnyTagClassName
{
color: #4D4BBF;
}
</style>
background-color css
<style>
a { background-color: #4D4BBF; }
a { background-color: rgb(77,75,191); }
div.DivClassName
{
background-color: #4D4BBF;
}
.BgClassName
{
background-color: #4D4BBF;
}
</style>
border-color css
<style>
span { border-color: #4D4BBF; }
span { border-color: rgb(77,75,191); }
td.TdClassName
{
border-color: #4D4BBF;
}
.TagClassName
{
border-color: #4D4BBF;
}
</style>