Shades of Free Speech Blue #404EC8
Tints of Free Speech Blue #404EC8
RGB
CMYK
RGB Variations
Color information
#404EC8 (or 0x404EC8) is known color: Free Speech Blue. HEX triplet: 40, 4E and C8. RGB value is (64,78,200). Sum of RGB (Red+Green+Blue) = 64+78+200=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #404EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EC8 is #BFB137. Grayscale: #575757. Windows color (decimal): -12562744 or 13127232. OLE color: 13127232.
HSL color Cylindrical-coordinate representation of color #404EC8: hue angle of 233.82º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404EC8 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 78 | 200 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.22 |
| HSL | 233.82º | 0.55% | 0.52% | - |
| HSV(B) | 233.82º | 0.68% | 0.78% | - |
| XYZ | 15.26 | 10.71 | 55.91 | - |
| YUV | 87.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 200 | 0.68 | 0.61 | 0 | 0.22 | 233.82 | 0.55 | 0.52 |
| Hex | 40 | 4E | C8 | 44 | 3D | 0 | 16 | EA | 37 | 34 |
| Octal | 100 | 116 | 310 | 104 | 75 | 0 | 26 | 352 | 67 | 64 |
| Binary | 1000000 | 1001110 | 11001000 | 1000100 | 111101 | 0 | 10110 | 11101010 | 110111 | 110100 |
Color Harmonies of #404EC8
Complementary color
Monochromatic Colors of #404EC8
Black with #404EC8
Text Example
Text Example
White with #404EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EC8; }
p { color: rgb(64,78,200); }
H1.HeaderClassName
{
color: #404EC8;
}
.AnyTagClassName
{
color: #404EC8;
}
</style>
background-color css
<style>
a { background-color: #404EC8; }
a { background-color: rgb(64,78,200); }
div.DivClassName
{
background-color: #404EC8;
}
.BgClassName
{
background-color: #404EC8;
}
</style>
border-color css
<style>
span { border-color: #404EC8; }
span { border-color: rgb(64,78,200); }
td.TdClassName
{
border-color: #404EC8;
}
.TagClassName
{
border-color: #404EC8;
}
</style>