Shades of Free Speech Blue #4A66B9
Tints of Free Speech Blue #4A66B9
RGB
CMYK
RGB Variations
Color information
#4A66B9 (or 0x4A66B9) is known color: Free Speech Blue. HEX triplet: 4A, 66 and B9. RGB value is (74,102,185). Sum of RGB (Red+Green+Blue) = 74+102+185=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A66B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66B9 is #B59946. Grayscale: #666666. Windows color (decimal): -11901255 or 12150346. OLE color: 12150346.
HSL color Cylindrical-coordinate representation of color #4A66B9: hue angle of 224.86º degrees, saturation: 0.44, 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 #4A66B9 is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 102 | 185 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.27 |
| HSL | 224.86º | 0.44% | 0.51% | - |
| HSV(B) | 224.86º | 0.6% | 0.73% | - |
| XYZ | 16.33 | 14.46 | 47.83 | - |
| YUV | 103.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 185 | 0.6 | 0.45 | 0 | 0.27 | 224.86 | 0.44 | 0.51 |
| Hex | 4A | 66 | B9 | 3C | 2D | 0 | 1B | E1 | 2C | 33 |
| Octal | 112 | 146 | 271 | 74 | 55 | 0 | 33 | 341 | 54 | 63 |
| Binary | 1001010 | 1100110 | 10111001 | 111100 | 101101 | 0 | 11011 | 11100001 | 101100 | 110011 |
Color Harmonies of #4A66B9
Complementary color
Monochromatic Colors of #4A66B9
Black with #4A66B9
Text Example
Text Example
White with #4A66B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A66B9; }
p { color: rgb(74,102,185); }
H1.HeaderClassName
{
color: #4A66B9;
}
.AnyTagClassName
{
color: #4A66B9;
}
</style>
background-color css
<style>
a { background-color: #4A66B9; }
a { background-color: rgb(74,102,185); }
div.DivClassName
{
background-color: #4A66B9;
}
.BgClassName
{
background-color: #4A66B9;
}
</style>
border-color css
<style>
span { border-color: #4A66B9; }
span { border-color: rgb(74,102,185); }
td.TdClassName
{
border-color: #4A66B9;
}
.TagClassName
{
border-color: #4A66B9;
}
</style>