Shades of Free Speech Blue #4546DD
Tints of Free Speech Blue #4546DD
RGB
CMYK
RGB Variations
Color information
#4546DD (or 0x4546DD) is known color: Free Speech Blue. HEX triplet: 45, 46 and DD. RGB value is (69,70,221). Sum of RGB (Red+Green+Blue) = 69+70+221=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #4546DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4546DD is #BAB922. Grayscale: #565656. Windows color (decimal): -12237091 or 14501445. OLE color: 14501445.
HSL color Cylindrical-coordinate representation of color #4546DD: hue angle of 239.61º degrees, saturation: 0.69, 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 #4546DD is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 70 | 221 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.13 |
| HSL | 239.61º | 0.69% | 0.57% | - |
| HSV(B) | 239.61º | 0.69% | 0.87% | - |
| XYZ | 17.7 | 10.87 | 69.57 | - |
| YUV | 86.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 221 | 0.69 | 0.68 | 0 | 0.13 | 239.61 | 0.69 | 0.57 |
| Hex | 45 | 46 | DD | 45 | 44 | 0 | D | F0 | 45 | 39 |
| Octal | 105 | 106 | 335 | 105 | 104 | 0 | 15 | 360 | 105 | 71 |
| Binary | 1000101 | 1000110 | 11011101 | 1000101 | 1000100 | 0 | 1101 | 11110000 | 1000101 | 111001 |
Color Harmonies of #4546DD
Complementary color
Monochromatic Colors of #4546DD
Black with #4546DD
Text Example
Text Example
White with #4546DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4546DD; }
p { color: rgb(69,70,221); }
H1.HeaderClassName
{
color: #4546DD;
}
.AnyTagClassName
{
color: #4546DD;
}
</style>
background-color css
<style>
a { background-color: #4546DD; }
a { background-color: rgb(69,70,221); }
div.DivClassName
{
background-color: #4546DD;
}
.BgClassName
{
background-color: #4546DD;
}
</style>
border-color css
<style>
span { border-color: #4546DD; }
span { border-color: rgb(69,70,221); }
td.TdClassName
{
border-color: #4546DD;
}
.TagClassName
{
border-color: #4546DD;
}
</style>