Shades of Free Speech Blue #404ABB
Tints of Free Speech Blue #404ABB
RGB
CMYK
RGB Variations
Color information
#404ABB (or 0x404ABB) is known color: Free Speech Blue. HEX triplet: 40, 4A and BB. RGB value is (64,74,187). Sum of RGB (Red+Green+Blue) = 64+74+187=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #404ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ABB is #BFB544. Grayscale: #535353. Windows color (decimal): -12563781 or 12274240. OLE color: 12274240.
HSL color Cylindrical-coordinate representation of color #404ABB: hue angle of 235.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404ABB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 74 | 187 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.27 |
| HSL | 235.12º | 0.49% | 0.49% | - |
| HSV(B) | 235.12º | 0.66% | 0.73% | - |
| XYZ | 13.53 | 9.58 | 48.15 | - |
| YUV | 83.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 187 | 0.66 | 0.60 | 0 | 0.27 | 235.12 | 0.49 | 0.49 |
| Hex | 40 | 4A | BB | 42 | 3C | 0 | 1B | EB | 31 | 31 |
| Octal | 100 | 112 | 273 | 102 | 74 | 0 | 33 | 353 | 61 | 61 |
| Binary | 1000000 | 1001010 | 10111011 | 1000010 | 111100 | 0 | 11011 | 11101011 | 110001 | 110001 |
Color Harmonies of #404ABB
Complementary color
Monochromatic Colors of #404ABB
Black with #404ABB
Text Example
Text Example
White with #404ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ABB; }
p { color: rgb(64,74,187); }
H1.HeaderClassName
{
color: #404ABB;
}
.AnyTagClassName
{
color: #404ABB;
}
</style>
background-color css
<style>
a { background-color: #404ABB; }
a { background-color: rgb(64,74,187); }
div.DivClassName
{
background-color: #404ABB;
}
.BgClassName
{
background-color: #404ABB;
}
</style>
border-color css
<style>
span { border-color: #404ABB; }
span { border-color: rgb(64,74,187); }
td.TdClassName
{
border-color: #404ABB;
}
.TagClassName
{
border-color: #404ABB;
}
</style>