Shades of Free Speech Blue #404ABE
Tints of Free Speech Blue #404ABE
RGB
CMYK
RGB Variations
Color information
#404ABE (or 0x404ABE) is known color: Free Speech Blue. HEX triplet: 40, 4A and BE. RGB value is (64,74,190). Sum of RGB (Red+Green+Blue) = 64+74+190=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #404ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ABE is #BFB541. Grayscale: #535353. Windows color (decimal): -12563778 or 12470848. OLE color: 12470848.
HSL color Cylindrical-coordinate representation of color #404ABE: hue angle of 235.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404ABE is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 74 | 190 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.25 |
| HSL | 235.24º | 0.5% | 0.5% | - |
| HSV(B) | 235.24º | 0.66% | 0.75% | - |
| XYZ | 13.86 | 9.71 | 49.86 | - |
| YUV | 84.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 190 | 0.66 | 0.61 | 0 | 0.25 | 235.24 | 0.5 | 0.5 |
| Hex | 40 | 4A | BE | 42 | 3D | 0 | 19 | EB | 32 | 32 |
| Octal | 100 | 112 | 276 | 102 | 75 | 0 | 31 | 353 | 62 | 62 |
| Binary | 1000000 | 1001010 | 10111110 | 1000010 | 111101 | 0 | 11001 | 11101011 | 110010 | 110010 |
Color Harmonies of #404ABE
Complementary color
Monochromatic Colors of #404ABE
Black with #404ABE
Text Example
Text Example
White with #404ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ABE; }
p { color: rgb(64,74,190); }
H1.HeaderClassName
{
color: #404ABE;
}
.AnyTagClassName
{
color: #404ABE;
}
</style>
background-color css
<style>
a { background-color: #404ABE; }
a { background-color: rgb(64,74,190); }
div.DivClassName
{
background-color: #404ABE;
}
.BgClassName
{
background-color: #404ABE;
}
</style>
border-color css
<style>
span { border-color: #404ABE; }
span { border-color: rgb(64,74,190); }
td.TdClassName
{
border-color: #404ABE;
}
.TagClassName
{
border-color: #404ABE;
}
</style>