Shades of Free Speech Blue #4D6BBA
Tints of Free Speech Blue #4D6BBA
RGB
CMYK
RGB Variations
Color information
#4D6BBA (or 0x4D6BBA) is known color: Free Speech Blue. HEX triplet: 4D, 6B and BA. RGB value is (77,107,186). Sum of RGB (Red+Green+Blue) = 77+107+186=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6BBA is #B29445. Grayscale: #6A6A6A. Windows color (decimal): -11703366 or 12217165. OLE color: 12217165.
HSL color Cylindrical-coordinate representation of color #4D6BBA: hue angle of 223.49º 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 #4D6BBA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 107 | 186 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.27 |
| HSL | 223.49º | 0.44% | 0.52% | - |
| HSV(B) | 223.49º | 0.59% | 0.73% | - |
| XYZ | 17.18 | 15.64 | 48.57 | - |
| YUV | 107.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 186 | 0.59 | 0.42 | 0 | 0.27 | 223.49 | 0.44 | 0.52 |
| Hex | 4D | 6B | BA | 3B | 2A | 0 | 1B | DF | 2C | 34 |
| Octal | 115 | 153 | 272 | 73 | 52 | 0 | 33 | 337 | 54 | 64 |
| Binary | 1001101 | 1101011 | 10111010 | 111011 | 101010 | 0 | 11011 | 11011111 | 101100 | 110100 |
Color Harmonies of #4D6BBA
Complementary color
Monochromatic Colors of #4D6BBA
Black with #4D6BBA
Text Example
Text Example
White with #4D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6BBA; }
p { color: rgb(77,107,186); }
H1.HeaderClassName
{
color: #4D6BBA;
}
.AnyTagClassName
{
color: #4D6BBA;
}
</style>
background-color css
<style>
a { background-color: #4D6BBA; }
a { background-color: rgb(77,107,186); }
div.DivClassName
{
background-color: #4D6BBA;
}
.BgClassName
{
background-color: #4D6BBA;
}
</style>
border-color css
<style>
span { border-color: #4D6BBA; }
span { border-color: rgb(77,107,186); }
td.TdClassName
{
border-color: #4D6BBA;
}
.TagClassName
{
border-color: #4D6BBA;
}
</style>