Shades of Free Speech Blue #4C6BBA
Tints of Free Speech Blue #4C6BBA
RGB
CMYK
RGB Variations
Color information
#4C6BBA (or 0x4C6BBA) is known color: Free Speech Blue. HEX triplet: 4C, 6B and BA. RGB value is (76,107,186). Sum of RGB (Red+Green+Blue) = 76+107+186=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6BBA is #B39445. Grayscale: #6A6A6A. Windows color (decimal): -11768902 or 12217164. OLE color: 12217164.
HSL color Cylindrical-coordinate representation of color #4C6BBA: hue angle of 223.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C6BBA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 107 | 186 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.27 |
| HSL | 223.09º | 0.44% | 0.51% | - |
| HSV(B) | 223.09º | 0.59% | 0.73% | - |
| XYZ | 17.1 | 15.6 | 48.56 | - |
| YUV | 106.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 107 | 186 | 0.59 | 0.42 | 0 | 0.27 | 223.09 | 0.44 | 0.51 |
| Hex | 4C | 6B | BA | 3B | 2A | 0 | 1B | DF | 2C | 33 |
| Octal | 114 | 153 | 272 | 73 | 52 | 0 | 33 | 337 | 54 | 63 |
| Binary | 1001100 | 1101011 | 10111010 | 111011 | 101010 | 0 | 11011 | 11011111 | 101100 | 110011 |
Color Harmonies of #4C6BBA
Complementary color
Monochromatic Colors of #4C6BBA
Black with #4C6BBA
Text Example
Text Example
White with #4C6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6BBA; }
p { color: rgb(76,107,186); }
H1.HeaderClassName
{
color: #4C6BBA;
}
.AnyTagClassName
{
color: #4C6BBA;
}
</style>
background-color css
<style>
a { background-color: #4C6BBA; }
a { background-color: rgb(76,107,186); }
div.DivClassName
{
background-color: #4C6BBA;
}
.BgClassName
{
background-color: #4C6BBA;
}
</style>
border-color css
<style>
span { border-color: #4C6BBA; }
span { border-color: rgb(76,107,186); }
td.TdClassName
{
border-color: #4C6BBA;
}
.TagClassName
{
border-color: #4C6BBA;
}
</style>