Shades of Free Speech Blue #4551BA
Tints of Free Speech Blue #4551BA
RGB
CMYK
RGB Variations
Color information
#4551BA (or 0x4551BA) is known color: Free Speech Blue. HEX triplet: 45, 51 and BA. RGB value is (69,81,186). Sum of RGB (Red+Green+Blue) = 69+81+186=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #4551BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4551BA is #BAAE45. Grayscale: #585858. Windows color (decimal): -12234310 or 12210501. OLE color: 12210501.
HSL color Cylindrical-coordinate representation of color #4551BA: hue angle of 233.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4551BA is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 81 | 186 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.27 |
| HSL | 233.85º | 0.46% | 0.5% | - |
| HSV(B) | 233.85º | 0.63% | 0.73% | - |
| XYZ | 14.26 | 10.7 | 47.77 | - |
| YUV | 89.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 186 | 0.63 | 0.56 | 0 | 0.27 | 233.85 | 0.46 | 0.5 |
| Hex | 45 | 51 | BA | 3F | 38 | 0 | 1B | EA | 2E | 32 |
| Octal | 105 | 121 | 272 | 77 | 70 | 0 | 33 | 352 | 56 | 62 |
| Binary | 1000101 | 1010001 | 10111010 | 111111 | 111000 | 0 | 11011 | 11101010 | 101110 | 110010 |
Color Harmonies of #4551BA
Complementary color
Monochromatic Colors of #4551BA
Black with #4551BA
Text Example
Text Example
White with #4551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4551BA; }
p { color: rgb(69,81,186); }
H1.HeaderClassName
{
color: #4551BA;
}
.AnyTagClassName
{
color: #4551BA;
}
</style>
background-color css
<style>
a { background-color: #4551BA; }
a { background-color: rgb(69,81,186); }
div.DivClassName
{
background-color: #4551BA;
}
.BgClassName
{
background-color: #4551BA;
}
</style>
border-color css
<style>
span { border-color: #4551BA; }
span { border-color: rgb(69,81,186); }
td.TdClassName
{
border-color: #4551BA;
}
.TagClassName
{
border-color: #4551BA;
}
</style>