Shades of Free Speech Blue #4A69BB
Tints of Free Speech Blue #4A69BB
RGB
CMYK
RGB Variations
Color information
#4A69BB (or 0x4A69BB) is known color: Free Speech Blue. HEX triplet: 4A, 69 and BB. RGB value is (74,105,187). Sum of RGB (Red+Green+Blue) = 74+105+187=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A69BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69BB is #B59644. Grayscale: #686868. Windows color (decimal): -11900485 or 12282186. OLE color: 12282186.
HSL color Cylindrical-coordinate representation of color #4A69BB: hue angle of 223.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A69BB is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 105 | 187 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.27 |
| HSL | 223.54º | 0.45% | 0.51% | - |
| HSV(B) | 223.54º | 0.6% | 0.73% | - |
| XYZ | 16.85 | 15.15 | 49.05 | - |
| YUV | 105.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 187 | 0.60 | 0.44 | 0 | 0.27 | 223.54 | 0.45 | 0.51 |
| Hex | 4A | 69 | BB | 3C | 2C | 0 | 1B | E0 | 2D | 33 |
| Octal | 112 | 151 | 273 | 74 | 54 | 0 | 33 | 340 | 55 | 63 |
| Binary | 1001010 | 1101001 | 10111011 | 111100 | 101100 | 0 | 11011 | 11100000 | 101101 | 110011 |
Color Harmonies of #4A69BB
Complementary color
Monochromatic Colors of #4A69BB
Black with #4A69BB
Text Example
Text Example
White with #4A69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A69BB; }
p { color: rgb(74,105,187); }
H1.HeaderClassName
{
color: #4A69BB;
}
.AnyTagClassName
{
color: #4A69BB;
}
</style>
background-color css
<style>
a { background-color: #4A69BB; }
a { background-color: rgb(74,105,187); }
div.DivClassName
{
background-color: #4A69BB;
}
.BgClassName
{
background-color: #4A69BB;
}
</style>
border-color css
<style>
span { border-color: #4A69BB; }
span { border-color: rgb(74,105,187); }
td.TdClassName
{
border-color: #4A69BB;
}
.TagClassName
{
border-color: #4A69BB;
}
</style>