Shades of Free Speech Blue #4766BB
Tints of Free Speech Blue #4766BB
RGB
CMYK
RGB Variations
Color information
#4766BB (or 0x4766BB) is known color: Free Speech Blue. HEX triplet: 47, 66 and BB. RGB value is (71,102,187). Sum of RGB (Red+Green+Blue) = 71+102+187=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #4766BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766BB is #B89944. Grayscale: #666666. Windows color (decimal): -12097861 or 12281415. OLE color: 12281415.
HSL color Cylindrical-coordinate representation of color #4766BB: hue angle of 223.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4766BB is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 102 | 187 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.27 |
| HSL | 223.97º | 0.46% | 0.51% | - |
| HSV(B) | 223.97º | 0.62% | 0.73% | - |
| XYZ | 16.32 | 14.43 | 48.94 | - |
| YUV | 102.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 187 | 0.62 | 0.45 | 0 | 0.27 | 223.97 | 0.46 | 0.51 |
| Hex | 47 | 66 | BB | 3E | 2D | 0 | 1B | E0 | 2E | 33 |
| Octal | 107 | 146 | 273 | 76 | 55 | 0 | 33 | 340 | 56 | 63 |
| Binary | 1000111 | 1100110 | 10111011 | 111110 | 101101 | 0 | 11011 | 11100000 | 101110 | 110011 |
Color Harmonies of #4766BB
Complementary color
Monochromatic Colors of #4766BB
Black with #4766BB
Text Example
Text Example
White with #4766BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766BB; }
p { color: rgb(71,102,187); }
H1.HeaderClassName
{
color: #4766BB;
}
.AnyTagClassName
{
color: #4766BB;
}
</style>
background-color css
<style>
a { background-color: #4766BB; }
a { background-color: rgb(71,102,187); }
div.DivClassName
{
background-color: #4766BB;
}
.BgClassName
{
background-color: #4766BB;
}
</style>
border-color css
<style>
span { border-color: #4766BB; }
span { border-color: rgb(71,102,187); }
td.TdClassName
{
border-color: #4766BB;
}
.TagClassName
{
border-color: #4766BB;
}
</style>