Shades of Free Speech Blue #404CBA
Tints of Free Speech Blue #404CBA
RGB
CMYK
RGB Variations
Color information
#404CBA (or 0x404CBA) is known color: Free Speech Blue. HEX triplet: 40, 4C and BA. RGB value is (64,76,186). Sum of RGB (Red+Green+Blue) = 64+76+186=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #404CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CBA is #BFB345. Grayscale: #545454. Windows color (decimal): -12563270 or 12209216. OLE color: 12209216.
HSL color Cylindrical-coordinate representation of color #404CBA: hue angle of 234.1º 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 #404CBA is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 76 | 186 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.27 |
| HSL | 234.1º | 0.49% | 0.49% | - |
| HSV(B) | 234.1º | 0.66% | 0.73% | - |
| XYZ | 13.56 | 9.8 | 47.63 | - |
| YUV | 84.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 186 | 0.66 | 0.59 | 0 | 0.27 | 234.1 | 0.49 | 0.49 |
| Hex | 40 | 4C | BA | 42 | 3B | 0 | 1B | EA | 31 | 31 |
| Octal | 100 | 114 | 272 | 102 | 73 | 0 | 33 | 352 | 61 | 61 |
| Binary | 1000000 | 1001100 | 10111010 | 1000010 | 111011 | 0 | 11011 | 11101010 | 110001 | 110001 |
Color Harmonies of #404CBA
Complementary color
Monochromatic Colors of #404CBA
Black with #404CBA
Text Example
Text Example
White with #404CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CBA; }
p { color: rgb(64,76,186); }
H1.HeaderClassName
{
color: #404CBA;
}
.AnyTagClassName
{
color: #404CBA;
}
</style>
background-color css
<style>
a { background-color: #404CBA; }
a { background-color: rgb(64,76,186); }
div.DivClassName
{
background-color: #404CBA;
}
.BgClassName
{
background-color: #404CBA;
}
</style>
border-color css
<style>
span { border-color: #404CBA; }
span { border-color: rgb(64,76,186); }
td.TdClassName
{
border-color: #404CBA;
}
.TagClassName
{
border-color: #404CBA;
}
</style>