Shades of Free Speech Blue #4549DF
Tints of Free Speech Blue #4549DF
RGB
CMYK
RGB Variations
Color information
#4549DF (or 0x4549DF) is known color: Free Speech Blue. HEX triplet: 45, 49 and DF. RGB value is (69,73,223). Sum of RGB (Red+Green+Blue) = 69+73+223=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #4549DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4549DF is #BAB620. Grayscale: #585858. Windows color (decimal): -12236321 or 14633285. OLE color: 14633285.
HSL color Cylindrical-coordinate representation of color #4549DF: hue angle of 238.44º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4549DF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 73 | 223 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.13 |
| HSL | 238.44º | 0.71% | 0.57% | - |
| HSV(B) | 238.44º | 0.69% | 0.87% | - |
| XYZ | 18.16 | 11.36 | 71.05 | - |
| YUV | 88.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 223 | 0.69 | 0.67 | 0 | 0.13 | 238.44 | 0.71 | 0.57 |
| Hex | 45 | 49 | DF | 45 | 43 | 0 | D | EE | 47 | 39 |
| Octal | 105 | 111 | 337 | 105 | 103 | 0 | 15 | 356 | 107 | 71 |
| Binary | 1000101 | 1001001 | 11011111 | 1000101 | 1000011 | 0 | 1101 | 11101110 | 1000111 | 111001 |
Color Harmonies of #4549DF
Complementary color
Monochromatic Colors of #4549DF
Black with #4549DF
Text Example
Text Example
White with #4549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4549DF; }
p { color: rgb(69,73,223); }
H1.HeaderClassName
{
color: #4549DF;
}
.AnyTagClassName
{
color: #4549DF;
}
</style>
background-color css
<style>
a { background-color: #4549DF; }
a { background-color: rgb(69,73,223); }
div.DivClassName
{
background-color: #4549DF;
}
.BgClassName
{
background-color: #4549DF;
}
</style>
border-color css
<style>
span { border-color: #4549DF; }
span { border-color: rgb(69,73,223); }
td.TdClassName
{
border-color: #4549DF;
}
.TagClassName
{
border-color: #4549DF;
}
</style>