Shades of Free Speech Blue #4541BA
Tints of Free Speech Blue #4541BA
RGB
CMYK
RGB Variations
Color information
#4541BA (or 0x4541BA) is known color: Free Speech Blue. HEX triplet: 45, 41 and BA. RGB value is (69,65,186). Sum of RGB (Red+Green+Blue) = 69+65+186=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #4541BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541BA is #BABE45. Grayscale: #4F4F4F. Windows color (decimal): -12238406 or 12206405. OLE color: 12206405.
HSL color Cylindrical-coordinate representation of color #4541BA: hue angle of 241.98º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4541BA is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 65 | 186 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.27 |
| HSL | 241.98º | 0.48% | 0.49% | - |
| HSV(B) | 241.98º | 0.65% | 0.73% | - |
| XYZ | 13.21 | 8.59 | 47.42 | - |
| YUV | 79.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 186 | 0.63 | 0.65 | 0 | 0.27 | 241.98 | 0.48 | 0.49 |
| Hex | 45 | 41 | BA | 3F | 41 | 0 | 1B | F2 | 30 | 31 |
| Octal | 105 | 101 | 272 | 77 | 101 | 0 | 33 | 362 | 60 | 61 |
| Binary | 1000101 | 1000001 | 10111010 | 111111 | 1000001 | 0 | 11011 | 11110010 | 110000 | 110001 |
Color Harmonies of #4541BA
Complementary color
Monochromatic Colors of #4541BA
Black with #4541BA
Text Example
Text Example
White with #4541BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4541BA; }
p { color: rgb(69,65,186); }
H1.HeaderClassName
{
color: #4541BA;
}
.AnyTagClassName
{
color: #4541BA;
}
</style>
background-color css
<style>
a { background-color: #4541BA; }
a { background-color: rgb(69,65,186); }
div.DivClassName
{
background-color: #4541BA;
}
.BgClassName
{
background-color: #4541BA;
}
</style>
border-color css
<style>
span { border-color: #4541BA; }
span { border-color: rgb(69,65,186); }
td.TdClassName
{
border-color: #4541BA;
}
.TagClassName
{
border-color: #4541BA;
}
</style>