Shades of Free Speech Blue #4D5BBF
Tints of Free Speech Blue #4D5BBF
RGB
CMYK
RGB Variations
Color information
#4D5BBF (or 0x4D5BBF) is known color: Free Speech Blue. HEX triplet: 4D, 5B and BF. RGB value is (77,91,191). Sum of RGB (Red+Green+Blue) = 77+91+191=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BBF is #B2A440. Grayscale: #616161. Windows color (decimal): -11707457 or 12540749. OLE color: 12540749.
HSL color Cylindrical-coordinate representation of color #4D5BBF: hue angle of 232.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5BBF is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 91 | 191 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.25 |
| HSL | 232.63º | 0.47% | 0.53% | - |
| HSV(B) | 232.63º | 0.6% | 0.75% | - |
| XYZ | 16.21 | 12.82 | 50.91 | - |
| YUV | 98.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 191 | 0.60 | 0.52 | 0 | 0.25 | 232.63 | 0.47 | 0.53 |
| Hex | 4D | 5B | BF | 3C | 34 | 0 | 19 | E9 | 2F | 35 |
| Octal | 115 | 133 | 277 | 74 | 64 | 0 | 31 | 351 | 57 | 65 |
| Binary | 1001101 | 1011011 | 10111111 | 111100 | 110100 | 0 | 11001 | 11101001 | 101111 | 110101 |
Color Harmonies of #4D5BBF
Complementary color
Monochromatic Colors of #4D5BBF
Black with #4D5BBF
Text Example
Text Example
White with #4D5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5BBF; }
p { color: rgb(77,91,191); }
H1.HeaderClassName
{
color: #4D5BBF;
}
.AnyTagClassName
{
color: #4D5BBF;
}
</style>
background-color css
<style>
a { background-color: #4D5BBF; }
a { background-color: rgb(77,91,191); }
div.DivClassName
{
background-color: #4D5BBF;
}
.BgClassName
{
background-color: #4D5BBF;
}
</style>
border-color css
<style>
span { border-color: #4D5BBF; }
span { border-color: rgb(77,91,191); }
td.TdClassName
{
border-color: #4D5BBF;
}
.TagClassName
{
border-color: #4D5BBF;
}
</style>