Shades of Free Speech Blue #4561BA
Tints of Free Speech Blue #4561BA
RGB
CMYK
RGB Variations
Color information
#4561BA (or 0x4561BA) is known color: Free Speech Blue. HEX triplet: 45, 61 and BA. RGB value is (69,97,186). Sum of RGB (Red+Green+Blue) = 69+97+186=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4561BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561BA is #BA9E45. Grayscale: #626262. Windows color (decimal): -12230214 or 12214597. OLE color: 12214597.
HSL color Cylindrical-coordinate representation of color #4561BA: hue angle of 225.64º 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 #4561BA is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 97 | 186 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.27 |
| HSL | 225.64º | 0.46% | 0.5% | - |
| HSV(B) | 225.64º | 0.63% | 0.73% | - |
| XYZ | 15.59 | 13.36 | 48.21 | - |
| YUV | 98.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 186 | 0.63 | 0.48 | 0 | 0.27 | 225.64 | 0.46 | 0.5 |
| Hex | 45 | 61 | BA | 3F | 30 | 0 | 1B | E2 | 2E | 32 |
| Octal | 105 | 141 | 272 | 77 | 60 | 0 | 33 | 342 | 56 | 62 |
| Binary | 1000101 | 1100001 | 10111010 | 111111 | 110000 | 0 | 11011 | 11100010 | 101110 | 110010 |
Color Harmonies of #4561BA
Complementary color
Monochromatic Colors of #4561BA
Black with #4561BA
Text Example
Text Example
White with #4561BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561BA; }
p { color: rgb(69,97,186); }
H1.HeaderClassName
{
color: #4561BA;
}
.AnyTagClassName
{
color: #4561BA;
}
</style>
background-color css
<style>
a { background-color: #4561BA; }
a { background-color: rgb(69,97,186); }
div.DivClassName
{
background-color: #4561BA;
}
.BgClassName
{
background-color: #4561BA;
}
</style>
border-color css
<style>
span { border-color: #4561BA; }
span { border-color: rgb(69,97,186); }
td.TdClassName
{
border-color: #4561BA;
}
.TagClassName
{
border-color: #4561BA;
}
</style>