Shades of Free Speech Blue #4544B9
Tints of Free Speech Blue #4544B9
RGB
CMYK
RGB Variations
Color information
#4544B9 (or 0x4544B9) is known color: Free Speech Blue. HEX triplet: 45, 44 and B9. RGB value is (69,68,185). Sum of RGB (Red+Green+Blue) = 69+68+185=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #4544B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4544B9 is #BABB46. Grayscale: #515151. Windows color (decimal): -12237639 or 12141637. OLE color: 12141637.
HSL color Cylindrical-coordinate representation of color #4544B9: hue angle of 240.51º 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 #4544B9 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 68 | 185 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.27 |
| HSL | 240.51º | 0.46% | 0.5% | - |
| HSV(B) | 240.51º | 0.63% | 0.73% | - |
| XYZ | 13.28 | 8.9 | 46.92 | - |
| YUV | 81.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 185 | 0.63 | 0.63 | 0 | 0.27 | 240.51 | 0.46 | 0.5 |
| Hex | 45 | 44 | B9 | 3F | 3F | 0 | 1B | F1 | 2E | 32 |
| Octal | 105 | 104 | 271 | 77 | 77 | 0 | 33 | 361 | 56 | 62 |
| Binary | 1000101 | 1000100 | 10111001 | 111111 | 111111 | 0 | 11011 | 11110001 | 101110 | 110010 |
Color Harmonies of #4544B9
Complementary color
Monochromatic Colors of #4544B9
Black with #4544B9
Text Example
Text Example
White with #4544B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4544B9; }
p { color: rgb(69,68,185); }
H1.HeaderClassName
{
color: #4544B9;
}
.AnyTagClassName
{
color: #4544B9;
}
</style>
background-color css
<style>
a { background-color: #4544B9; }
a { background-color: rgb(69,68,185); }
div.DivClassName
{
background-color: #4544B9;
}
.BgClassName
{
background-color: #4544B9;
}
</style>
border-color css
<style>
span { border-color: #4544B9; }
span { border-color: rgb(69,68,185); }
td.TdClassName
{
border-color: #4544B9;
}
.TagClassName
{
border-color: #4544B9;
}
</style>