Shades of Free Speech Blue #4550DF
Tints of Free Speech Blue #4550DF
RGB
CMYK
RGB Variations
Color information
#4550DF (or 0x4550DF) is known color: Free Speech Blue. HEX triplet: 45, 50 and DF. RGB value is (69,80,223). Sum of RGB (Red+Green+Blue) = 69+80+223=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #4550DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4550DF is #BAAF20. Grayscale: #5C5C5C. Windows color (decimal): -12234529 or 14635077. OLE color: 14635077.
HSL color Cylindrical-coordinate representation of color #4550DF: hue angle of 235.71º 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 #4550DF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 80 | 223 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.13 |
| HSL | 235.71º | 0.71% | 0.57% | - |
| HSV(B) | 235.71º | 0.69% | 0.87% | - |
| XYZ | 18.64 | 12.33 | 71.21 | - |
| YUV | 93.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 223 | 0.69 | 0.64 | 0 | 0.13 | 235.71 | 0.71 | 0.57 |
| Hex | 45 | 50 | DF | 45 | 40 | 0 | D | EC | 47 | 39 |
| Octal | 105 | 120 | 337 | 105 | 100 | 0 | 15 | 354 | 107 | 71 |
| Binary | 1000101 | 1010000 | 11011111 | 1000101 | 1000000 | 0 | 1101 | 11101100 | 1000111 | 111001 |
Color Harmonies of #4550DF
Complementary color
Monochromatic Colors of #4550DF
Black with #4550DF
Text Example
Text Example
White with #4550DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550DF; }
p { color: rgb(69,80,223); }
H1.HeaderClassName
{
color: #4550DF;
}
.AnyTagClassName
{
color: #4550DF;
}
</style>
background-color css
<style>
a { background-color: #4550DF; }
a { background-color: rgb(69,80,223); }
div.DivClassName
{
background-color: #4550DF;
}
.BgClassName
{
background-color: #4550DF;
}
</style>
border-color css
<style>
span { border-color: #4550DF; }
span { border-color: rgb(69,80,223); }
td.TdClassName
{
border-color: #4550DF;
}
.TagClassName
{
border-color: #4550DF;
}
</style>