Shades of Free Speech Blue #4549C9
Tints of Free Speech Blue #4549C9
RGB
CMYK
RGB Variations
Color information
#4549C9 (or 0x4549C9) is known color: Free Speech Blue. HEX triplet: 45, 49 and C9. RGB value is (69,73,201). Sum of RGB (Red+Green+Blue) = 69+73+201=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #4549C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549C9 is #BAB636. Grayscale: #555555. Windows color (decimal): -12236343 or 13191493. OLE color: 13191493.
HSL color Cylindrical-coordinate representation of color #4549C9: hue angle of 238.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4549C9 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 73 | 201 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.21 |
| HSL | 238.18º | 0.55% | 0.53% | - |
| HSV(B) | 238.18º | 0.66% | 0.79% | - |
| XYZ | 15.38 | 10.25 | 56.43 | - |
| YUV | 86.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 201 | 0.66 | 0.64 | 0 | 0.21 | 238.18 | 0.55 | 0.53 |
| Hex | 45 | 49 | C9 | 42 | 40 | 0 | 15 | EE | 37 | 35 |
| Octal | 105 | 111 | 311 | 102 | 100 | 0 | 25 | 356 | 67 | 65 |
| Binary | 1000101 | 1001001 | 11001001 | 1000010 | 1000000 | 0 | 10101 | 11101110 | 110111 | 110101 |
Color Harmonies of #4549C9
Complementary color
Monochromatic Colors of #4549C9
Black with #4549C9
Text Example
Text Example
White with #4549C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549C9; }
p { color: rgb(69,73,201); }
H1.HeaderClassName
{
color: #4549C9;
}
.AnyTagClassName
{
color: #4549C9;
}
</style>
background-color css
<style>
a { background-color: #4549C9; }
a { background-color: rgb(69,73,201); }
div.DivClassName
{
background-color: #4549C9;
}
.BgClassName
{
background-color: #4549C9;
}
</style>
border-color css
<style>
span { border-color: #4549C9; }
span { border-color: rgb(69,73,201); }
td.TdClassName
{
border-color: #4549C9;
}
.TagClassName
{
border-color: #4549C9;
}
</style>