Shades of Free Speech Blue #4046DD
Tints of Free Speech Blue #4046DD
RGB
CMYK
RGB Variations
Color information
#4046DD (or 0x4046DD) is known color: Free Speech Blue. HEX triplet: 40, 46 and DD. RGB value is (64,70,221). Sum of RGB (Red+Green+Blue) = 64+70+221=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #4046DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046DD is #BFB922. Grayscale: #545454. Windows color (decimal): -12564771 or 14501440. OLE color: 14501440.
HSL color Cylindrical-coordinate representation of color #4046DD: hue angle of 237.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4046DD is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 70 | 221 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.13 |
| HSL | 237.71º | 0.7% | 0.56% | - |
| HSV(B) | 237.71º | 0.71% | 0.87% | - |
| XYZ | 17.36 | 10.69 | 69.56 | - |
| YUV | 85.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 221 | 0.71 | 0.68 | 0 | 0.13 | 237.71 | 0.7 | 0.56 |
| Hex | 40 | 46 | DD | 47 | 44 | 0 | D | EE | 46 | 38 |
| Octal | 100 | 106 | 335 | 107 | 104 | 0 | 15 | 356 | 106 | 70 |
| Binary | 1000000 | 1000110 | 11011101 | 1000111 | 1000100 | 0 | 1101 | 11101110 | 1000110 | 111000 |
Color Harmonies of #4046DD
Complementary color
Monochromatic Colors of #4046DD
Black with #4046DD
Text Example
Text Example
White with #4046DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046DD; }
p { color: rgb(64,70,221); }
H1.HeaderClassName
{
color: #4046DD;
}
.AnyTagClassName
{
color: #4046DD;
}
</style>
background-color css
<style>
a { background-color: #4046DD; }
a { background-color: rgb(64,70,221); }
div.DivClassName
{
background-color: #4046DD;
}
.BgClassName
{
background-color: #4046DD;
}
</style>
border-color css
<style>
span { border-color: #4046DD; }
span { border-color: rgb(64,70,221); }
td.TdClassName
{
border-color: #4046DD;
}
.TagClassName
{
border-color: #4046DD;
}
</style>