Shades of Free Speech Blue #4546DF
Tints of Free Speech Blue #4546DF
RGB
CMYK
RGB Variations
Color information
#4546DF (or 0x4546DF) is known color: Free Speech Blue. HEX triplet: 45, 46 and DF. RGB value is (69,70,223). Sum of RGB (Red+Green+Blue) = 69+70+223=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #4546DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4546DF is #BAB920. Grayscale: #565656. Windows color (decimal): -12237089 or 14632517. OLE color: 14632517.
HSL color Cylindrical-coordinate representation of color #4546DF: hue angle of 239.61º 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 #4546DF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 70 | 223 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.13 |
| HSL | 239.61º | 0.71% | 0.57% | - |
| HSV(B) | 239.61º | 0.69% | 0.87% | - |
| XYZ | 17.96 | 10.97 | 70.98 | - |
| YUV | 87.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 223 | 0.69 | 0.69 | 0 | 0.13 | 239.61 | 0.71 | 0.57 |
| Hex | 45 | 46 | DF | 45 | 45 | 0 | D | F0 | 47 | 39 |
| Octal | 105 | 106 | 337 | 105 | 105 | 0 | 15 | 360 | 107 | 71 |
| Binary | 1000101 | 1000110 | 11011111 | 1000101 | 1000101 | 0 | 1101 | 11110000 | 1000111 | 111001 |
Color Harmonies of #4546DF
Complementary color
Monochromatic Colors of #4546DF
Black with #4546DF
Text Example
Text Example
White with #4546DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4546DF; }
p { color: rgb(69,70,223); }
H1.HeaderClassName
{
color: #4546DF;
}
.AnyTagClassName
{
color: #4546DF;
}
</style>
background-color css
<style>
a { background-color: #4546DF; }
a { background-color: rgb(69,70,223); }
div.DivClassName
{
background-color: #4546DF;
}
.BgClassName
{
background-color: #4546DF;
}
</style>
border-color css
<style>
span { border-color: #4546DF; }
span { border-color: rgb(69,70,223); }
td.TdClassName
{
border-color: #4546DF;
}
.TagClassName
{
border-color: #4546DF;
}
</style>