Shades of Free Speech Blue #404BBE
Tints of Free Speech Blue #404BBE
RGB
CMYK
RGB Variations
Color information
#404BBE (or 0x404BBE) is known color: Free Speech Blue. HEX triplet: 40, 4B and BE. RGB value is (64,75,190). Sum of RGB (Red+Green+Blue) = 64+75+190=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #404BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BBE is #BFB441. Grayscale: #545454. Windows color (decimal): -12563522 or 12471104. OLE color: 12471104.
HSL color Cylindrical-coordinate representation of color #404BBE: hue angle of 234.76º 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 #404BBE is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 75 | 190 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.25 |
| HSL | 234.76º | 0.5% | 0.5% | - |
| HSV(B) | 234.76º | 0.66% | 0.75% | - |
| XYZ | 13.92 | 9.84 | 49.88 | - |
| YUV | 84.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 190 | 0.66 | 0.61 | 0 | 0.25 | 234.76 | 0.5 | 0.5 |
| Hex | 40 | 4B | BE | 42 | 3D | 0 | 19 | EB | 32 | 32 |
| Octal | 100 | 113 | 276 | 102 | 75 | 0 | 31 | 353 | 62 | 62 |
| Binary | 1000000 | 1001011 | 10111110 | 1000010 | 111101 | 0 | 11001 | 11101011 | 110010 | 110010 |
Color Harmonies of #404BBE
Complementary color
Monochromatic Colors of #404BBE
Black with #404BBE
Text Example
Text Example
White with #404BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BBE; }
p { color: rgb(64,75,190); }
H1.HeaderClassName
{
color: #404BBE;
}
.AnyTagClassName
{
color: #404BBE;
}
</style>
background-color css
<style>
a { background-color: #404BBE; }
a { background-color: rgb(64,75,190); }
div.DivClassName
{
background-color: #404BBE;
}
.BgClassName
{
background-color: #404BBE;
}
</style>
border-color css
<style>
span { border-color: #404BBE; }
span { border-color: rgb(64,75,190); }
td.TdClassName
{
border-color: #404BBE;
}
.TagClassName
{
border-color: #404BBE;
}
</style>