Shades of Free Speech Blue #4046DB
Tints of Free Speech Blue #4046DB
RGB
CMYK
RGB Variations
Color information
#4046DB (or 0x4046DB) is known color: Free Speech Blue. HEX triplet: 40, 46 and DB. RGB value is (64,70,219). Sum of RGB (Red+Green+Blue) = 64+70+219=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4046DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046DB is #BFB924. Grayscale: #545454. Windows color (decimal): -12564773 or 14370368. OLE color: 14370368.
HSL color Cylindrical-coordinate representation of color #4046DB: hue angle of 237.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4046DB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 70 | 219 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.14 |
| HSL | 237.68º | 0.68% | 0.55% | - |
| HSV(B) | 237.68º | 0.71% | 0.86% | - |
| XYZ | 17.09 | 10.58 | 68.16 | - |
| YUV | 85.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 219 | 0.71 | 0.68 | 0 | 0.14 | 237.68 | 0.68 | 0.55 |
| Hex | 40 | 46 | DB | 47 | 44 | 0 | E | EE | 44 | 37 |
| Octal | 100 | 106 | 333 | 107 | 104 | 0 | 16 | 356 | 104 | 67 |
| Binary | 1000000 | 1000110 | 11011011 | 1000111 | 1000100 | 0 | 1110 | 11101110 | 1000100 | 110111 |
Color Harmonies of #4046DB
Complementary color
Monochromatic Colors of #4046DB
Black with #4046DB
Text Example
Text Example
White with #4046DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046DB; }
p { color: rgb(64,70,219); }
H1.HeaderClassName
{
color: #4046DB;
}
.AnyTagClassName
{
color: #4046DB;
}
</style>
background-color css
<style>
a { background-color: #4046DB; }
a { background-color: rgb(64,70,219); }
div.DivClassName
{
background-color: #4046DB;
}
.BgClassName
{
background-color: #4046DB;
}
</style>
border-color css
<style>
span { border-color: #4046DB; }
span { border-color: rgb(64,70,219); }
td.TdClassName
{
border-color: #4046DB;
}
.TagClassName
{
border-color: #4046DB;
}
</style>