Shades of Free Speech Blue #404CBD
Tints of Free Speech Blue #404CBD
RGB
CMYK
RGB Variations
Color information
#404CBD (or 0x404CBD) is known color: Free Speech Blue. HEX triplet: 40, 4C and BD. RGB value is (64,76,189). Sum of RGB (Red+Green+Blue) = 64+76+189=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #404CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CBD is #BFB342. Grayscale: #545454. Windows color (decimal): -12563267 or 12405824. OLE color: 12405824.
HSL color Cylindrical-coordinate representation of color #404CBD: hue angle of 234.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404CBD is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 76 | 189 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.26 |
| HSL | 234.24º | 0.49% | 0.5% | - |
| HSV(B) | 234.24º | 0.66% | 0.74% | - |
| XYZ | 13.88 | 9.93 | 49.33 | - |
| YUV | 85.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 189 | 0.66 | 0.60 | 0 | 0.26 | 234.24 | 0.49 | 0.5 |
| Hex | 40 | 4C | BD | 42 | 3C | 0 | 1A | EA | 31 | 32 |
| Octal | 100 | 114 | 275 | 102 | 74 | 0 | 32 | 352 | 61 | 62 |
| Binary | 1000000 | 1001100 | 10111101 | 1000010 | 111100 | 0 | 11010 | 11101010 | 110001 | 110010 |
Color Harmonies of #404CBD
Complementary color
Monochromatic Colors of #404CBD
Black with #404CBD
Text Example
Text Example
White with #404CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CBD; }
p { color: rgb(64,76,189); }
H1.HeaderClassName
{
color: #404CBD;
}
.AnyTagClassName
{
color: #404CBD;
}
</style>
background-color css
<style>
a { background-color: #404CBD; }
a { background-color: rgb(64,76,189); }
div.DivClassName
{
background-color: #404CBD;
}
.BgClassName
{
background-color: #404CBD;
}
</style>
border-color css
<style>
span { border-color: #404CBD; }
span { border-color: rgb(64,76,189); }
td.TdClassName
{
border-color: #404CBD;
}
.TagClassName
{
border-color: #404CBD;
}
</style>