Shades of Free Speech Blue #404BBC
Tints of Free Speech Blue #404BBC
RGB
CMYK
RGB Variations
Color information
#404BBC (or 0x404BBC) is known color: Free Speech Blue. HEX triplet: 40, 4B and BC. RGB value is (64,75,188). Sum of RGB (Red+Green+Blue) = 64+75+188=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #404BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BBC is #BFB443. Grayscale: #545454. Windows color (decimal): -12563524 or 12340032. OLE color: 12340032.
HSL color Cylindrical-coordinate representation of color #404BBC: hue angle of 234.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404BBC is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 75 | 188 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.26 |
| HSL | 234.68º | 0.49% | 0.49% | - |
| HSV(B) | 234.68º | 0.66% | 0.74% | - |
| XYZ | 13.71 | 9.75 | 48.74 | - |
| YUV | 84.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 188 | 0.66 | 0.60 | 0 | 0.26 | 234.68 | 0.49 | 0.49 |
| Hex | 40 | 4B | BC | 42 | 3C | 0 | 1A | EB | 31 | 31 |
| Octal | 100 | 113 | 274 | 102 | 74 | 0 | 32 | 353 | 61 | 61 |
| Binary | 1000000 | 1001011 | 10111100 | 1000010 | 111100 | 0 | 11010 | 11101011 | 110001 | 110001 |
Color Harmonies of #404BBC
Complementary color
Monochromatic Colors of #404BBC
Black with #404BBC
Text Example
Text Example
White with #404BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BBC; }
p { color: rgb(64,75,188); }
H1.HeaderClassName
{
color: #404BBC;
}
.AnyTagClassName
{
color: #404BBC;
}
</style>
background-color css
<style>
a { background-color: #404BBC; }
a { background-color: rgb(64,75,188); }
div.DivClassName
{
background-color: #404BBC;
}
.BgClassName
{
background-color: #404BBC;
}
</style>
border-color css
<style>
span { border-color: #404BBC; }
span { border-color: rgb(64,75,188); }
td.TdClassName
{
border-color: #404BBC;
}
.TagClassName
{
border-color: #404BBC;
}
</style>