Shades of Free Speech Blue #404ECC
Tints of Free Speech Blue #404ECC
RGB
CMYK
RGB Variations
Color information
#404ECC (or 0x404ECC) is known color: Free Speech Blue. HEX triplet: 40, 4E and CC. RGB value is (64,78,204). Sum of RGB (Red+Green+Blue) = 64+78+204=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #404ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ECC is #BFB133. Grayscale: #575757. Windows color (decimal): -12562740 or 13389376. OLE color: 13389376.
HSL color Cylindrical-coordinate representation of color #404ECC: hue angle of 234º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ECC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 78 | 204 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.2 |
| HSL | 234º | 0.58% | 0.53% | - |
| HSV(B) | 234º | 0.69% | 0.8% | - |
| XYZ | 15.74 | 10.9 | 58.4 | - |
| YUV | 88.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 204 | 0.69 | 0.62 | 0 | 0.2 | 234 | 0.58 | 0.53 |
| Hex | 40 | 4E | CC | 45 | 3E | 0 | 14 | EA | 3A | 35 |
| Octal | 100 | 116 | 314 | 105 | 76 | 0 | 24 | 352 | 72 | 65 |
| Binary | 1000000 | 1001110 | 11001100 | 1000101 | 111110 | 0 | 10100 | 11101010 | 111010 | 110101 |
Color Harmonies of #404ECC
Complementary color
Monochromatic Colors of #404ECC
Black with #404ECC
Text Example
Text Example
White with #404ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ECC; }
p { color: rgb(64,78,204); }
H1.HeaderClassName
{
color: #404ECC;
}
.AnyTagClassName
{
color: #404ECC;
}
</style>
background-color css
<style>
a { background-color: #404ECC; }
a { background-color: rgb(64,78,204); }
div.DivClassName
{
background-color: #404ECC;
}
.BgClassName
{
background-color: #404ECC;
}
</style>
border-color css
<style>
span { border-color: #404ECC; }
span { border-color: rgb(64,78,204); }
td.TdClassName
{
border-color: #404ECC;
}
.TagClassName
{
border-color: #404ECC;
}
</style>