Shades of Free Speech Blue #4046DC
Tints of Free Speech Blue #4046DC
RGB
CMYK
RGB Variations
Color information
#4046DC (or 0x4046DC) is known color: Free Speech Blue. HEX triplet: 40, 46 and DC. RGB value is (64,70,220). Sum of RGB (Red+Green+Blue) = 64+70+220=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #4046DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046DC is #BFB923. Grayscale: #545454. Windows color (decimal): -12564772 or 14435904. OLE color: 14435904.
HSL color Cylindrical-coordinate representation of color #4046DC: hue angle of 237.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4046DC is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 70 | 220 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.14 |
| HSL | 237.69º | 0.69% | 0.56% | - |
| HSV(B) | 237.69º | 0.71% | 0.86% | - |
| XYZ | 17.22 | 10.64 | 68.86 | - |
| YUV | 85.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 220 | 0.71 | 0.68 | 0 | 0.14 | 237.69 | 0.69 | 0.56 |
| Hex | 40 | 46 | DC | 47 | 44 | 0 | E | EE | 45 | 38 |
| Octal | 100 | 106 | 334 | 107 | 104 | 0 | 16 | 356 | 105 | 70 |
| Binary | 1000000 | 1000110 | 11011100 | 1000111 | 1000100 | 0 | 1110 | 11101110 | 1000101 | 111000 |
Color Harmonies of #4046DC
Complementary color
Monochromatic Colors of #4046DC
Black with #4046DC
Text Example
Text Example
White with #4046DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046DC; }
p { color: rgb(64,70,220); }
H1.HeaderClassName
{
color: #4046DC;
}
.AnyTagClassName
{
color: #4046DC;
}
</style>
background-color css
<style>
a { background-color: #4046DC; }
a { background-color: rgb(64,70,220); }
div.DivClassName
{
background-color: #4046DC;
}
.BgClassName
{
background-color: #4046DC;
}
</style>
border-color css
<style>
span { border-color: #4046DC; }
span { border-color: rgb(64,70,220); }
td.TdClassName
{
border-color: #4046DC;
}
.TagClassName
{
border-color: #4046DC;
}
</style>