Shades of Free Speech Blue #4A6ABB
Tints of Free Speech Blue #4A6ABB
RGB
CMYK
RGB Variations
Color information
#4A6ABB (or 0x4A6ABB) is known color: Free Speech Blue. HEX triplet: 4A, 6A and BB. RGB value is (74,106,187). Sum of RGB (Red+Green+Blue) = 74+106+187=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ABB is #B59544. Grayscale: #696969. Windows color (decimal): -11900229 or 12282442. OLE color: 12282442.
HSL color Cylindrical-coordinate representation of color #4A6ABB: hue angle of 223.01º 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 #4A6ABB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 106 | 187 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.27 |
| HSL | 223.01º | 0.45% | 0.51% | - |
| HSV(B) | 223.01º | 0.6% | 0.73% | - |
| XYZ | 16.95 | 15.35 | 49.08 | - |
| YUV | 105.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 187 | 0.60 | 0.43 | 0 | 0.27 | 223.01 | 0.45 | 0.51 |
| Hex | 4A | 6A | BB | 3C | 2B | 0 | 1B | DF | 2D | 33 |
| Octal | 112 | 152 | 273 | 74 | 53 | 0 | 33 | 337 | 55 | 63 |
| Binary | 1001010 | 1101010 | 10111011 | 111100 | 101011 | 0 | 11011 | 11011111 | 101101 | 110011 |
Color Harmonies of #4A6ABB
Complementary color
Monochromatic Colors of #4A6ABB
Black with #4A6ABB
Text Example
Text Example
White with #4A6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ABB; }
p { color: rgb(74,106,187); }
H1.HeaderClassName
{
color: #4A6ABB;
}
.AnyTagClassName
{
color: #4A6ABB;
}
</style>
background-color css
<style>
a { background-color: #4A6ABB; }
a { background-color: rgb(74,106,187); }
div.DivClassName
{
background-color: #4A6ABB;
}
.BgClassName
{
background-color: #4A6ABB;
}
</style>
border-color css
<style>
span { border-color: #4A6ABB; }
span { border-color: rgb(74,106,187); }
td.TdClassName
{
border-color: #4A6ABB;
}
.TagClassName
{
border-color: #4A6ABB;
}
</style>