Shades of Free Speech Blue #4A57BA
Tints of Free Speech Blue #4A57BA
RGB
CMYK
RGB Variations
Color information
#4A57BA (or 0x4A57BA) is known color: Free Speech Blue. HEX triplet: 4A, 57 and BA. RGB value is (74,87,186). Sum of RGB (Red+Green+Blue) = 74+87+186=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57BA is #B5A845. Grayscale: #5D5D5D. Windows color (decimal): -11905094 or 12212042. OLE color: 12212042.
HSL color Cylindrical-coordinate representation of color #4A57BA: hue angle of 233.04º 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 #4A57BA is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 87 | 186 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.27 |
| HSL | 233.04º | 0.45% | 0.51% | - |
| HSV(B) | 233.04º | 0.6% | 0.73% | - |
| XYZ | 15.1 | 11.82 | 47.94 | - |
| YUV | 94.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 186 | 0.60 | 0.53 | 0 | 0.27 | 233.04 | 0.45 | 0.51 |
| Hex | 4A | 57 | BA | 3C | 35 | 0 | 1B | E9 | 2D | 33 |
| Octal | 112 | 127 | 272 | 74 | 65 | 0 | 33 | 351 | 55 | 63 |
| Binary | 1001010 | 1010111 | 10111010 | 111100 | 110101 | 0 | 11011 | 11101001 | 101101 | 110011 |
Color Harmonies of #4A57BA
Complementary color
Monochromatic Colors of #4A57BA
Black with #4A57BA
Text Example
Text Example
White with #4A57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A57BA; }
p { color: rgb(74,87,186); }
H1.HeaderClassName
{
color: #4A57BA;
}
.AnyTagClassName
{
color: #4A57BA;
}
</style>
background-color css
<style>
a { background-color: #4A57BA; }
a { background-color: rgb(74,87,186); }
div.DivClassName
{
background-color: #4A57BA;
}
.BgClassName
{
background-color: #4A57BA;
}
</style>
border-color css
<style>
span { border-color: #4A57BA; }
span { border-color: rgb(74,87,186); }
td.TdClassName
{
border-color: #4A57BA;
}
.TagClassName
{
border-color: #4A57BA;
}
</style>