Shades of Free Speech Blue #4D6CBA
Tints of Free Speech Blue #4D6CBA
RGB
CMYK
RGB Variations
Color information
#4D6CBA (or 0x4D6CBA) is known color: Free Speech Blue. HEX triplet: 4D, 6C and BA. RGB value is (77,108,186). Sum of RGB (Red+Green+Blue) = 77+108+186=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CBA is #B29345. Grayscale: #6B6B6B. Windows color (decimal): -11703110 or 12217421. OLE color: 12217421.
HSL color Cylindrical-coordinate representation of color #4D6CBA: hue angle of 222.94º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6CBA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 108 | 186 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.27 |
| HSL | 222.94º | 0.44% | 0.52% | - |
| HSV(B) | 222.94º | 0.59% | 0.73% | - |
| XYZ | 17.29 | 15.85 | 48.6 | - |
| YUV | 107.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 186 | 0.59 | 0.42 | 0 | 0.27 | 222.94 | 0.44 | 0.52 |
| Hex | 4D | 6C | BA | 3B | 2A | 0 | 1B | DF | 2C | 34 |
| Octal | 115 | 154 | 272 | 73 | 52 | 0 | 33 | 337 | 54 | 64 |
| Binary | 1001101 | 1101100 | 10111010 | 111011 | 101010 | 0 | 11011 | 11011111 | 101100 | 110100 |
Color Harmonies of #4D6CBA
Complementary color
Monochromatic Colors of #4D6CBA
Black with #4D6CBA
Text Example
Text Example
White with #4D6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CBA; }
p { color: rgb(77,108,186); }
H1.HeaderClassName
{
color: #4D6CBA;
}
.AnyTagClassName
{
color: #4D6CBA;
}
</style>
background-color css
<style>
a { background-color: #4D6CBA; }
a { background-color: rgb(77,108,186); }
div.DivClassName
{
background-color: #4D6CBA;
}
.BgClassName
{
background-color: #4D6CBA;
}
</style>
border-color css
<style>
span { border-color: #4D6CBA; }
span { border-color: rgb(77,108,186); }
td.TdClassName
{
border-color: #4D6CBA;
}
.TagClassName
{
border-color: #4D6CBA;
}
</style>