Shades of Free Speech Blue #4551DF
Tints of Free Speech Blue #4551DF
RGB
CMYK
RGB Variations
Color information
#4551DF (or 0x4551DF) is known color: Free Speech Blue. HEX triplet: 45, 51 and DF. RGB value is (69,81,223). Sum of RGB (Red+Green+Blue) = 69+81+223=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #4551DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4551DF is #BAAE20. Grayscale: #5D5D5D. Windows color (decimal): -12234273 or 14635333. OLE color: 14635333.
HSL color Cylindrical-coordinate representation of color #4551DF: hue angle of 235.32º 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 #4551DF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 81 | 223 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.13 |
| HSL | 235.32º | 0.71% | 0.57% | - |
| HSV(B) | 235.32º | 0.69% | 0.87% | - |
| XYZ | 18.72 | 12.48 | 71.23 | - |
| YUV | 93.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 223 | 0.69 | 0.64 | 0 | 0.13 | 235.32 | 0.71 | 0.57 |
| Hex | 45 | 51 | DF | 45 | 40 | 0 | D | EB | 47 | 39 |
| Octal | 105 | 121 | 337 | 105 | 100 | 0 | 15 | 353 | 107 | 71 |
| Binary | 1000101 | 1010001 | 11011111 | 1000101 | 1000000 | 0 | 1101 | 11101011 | 1000111 | 111001 |
Color Harmonies of #4551DF
Complementary color
Monochromatic Colors of #4551DF
Black with #4551DF
Text Example
Text Example
White with #4551DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4551DF; }
p { color: rgb(69,81,223); }
H1.HeaderClassName
{
color: #4551DF;
}
.AnyTagClassName
{
color: #4551DF;
}
</style>
background-color css
<style>
a { background-color: #4551DF; }
a { background-color: rgb(69,81,223); }
div.DivClassName
{
background-color: #4551DF;
}
.BgClassName
{
background-color: #4551DF;
}
</style>
border-color css
<style>
span { border-color: #4551DF; }
span { border-color: rgb(69,81,223); }
td.TdClassName
{
border-color: #4551DF;
}
.TagClassName
{
border-color: #4551DF;
}
</style>