Shades of Free Speech Blue #404DCB
Tints of Free Speech Blue #404DCB
RGB
CMYK
RGB Variations
Color information
#404DCB (or 0x404DCB) is known color: Free Speech Blue. HEX triplet: 40, 4D and CB. RGB value is (64,77,203). Sum of RGB (Red+Green+Blue) = 64+77+203=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #404DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DCB is #BFB234. Grayscale: #565656. Windows color (decimal): -12562997 or 13323584. OLE color: 13323584.
HSL color Cylindrical-coordinate representation of color #404DCB: hue angle of 234.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404DCB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 77 | 203 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.20 |
| HSL | 234.39º | 0.57% | 0.52% | - |
| HSV(B) | 234.39º | 0.68% | 0.8% | - |
| XYZ | 15.55 | 10.71 | 57.75 | - |
| YUV | 87.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 203 | 0.68 | 0.62 | 0 | 0.20 | 234.39 | 0.57 | 0.52 |
| Hex | 40 | 4D | CB | 44 | 3E | 0 | 14 | EA | 39 | 34 |
| Octal | 100 | 115 | 313 | 104 | 76 | 0 | 24 | 352 | 71 | 64 |
| Binary | 1000000 | 1001101 | 11001011 | 1000100 | 111110 | 0 | 10100 | 11101010 | 111001 | 110100 |
Color Harmonies of #404DCB
Complementary color
Monochromatic Colors of #404DCB
Black with #404DCB
Text Example
Text Example
White with #404DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DCB; }
p { color: rgb(64,77,203); }
H1.HeaderClassName
{
color: #404DCB;
}
.AnyTagClassName
{
color: #404DCB;
}
</style>
background-color css
<style>
a { background-color: #404DCB; }
a { background-color: rgb(64,77,203); }
div.DivClassName
{
background-color: #404DCB;
}
.BgClassName
{
background-color: #404DCB;
}
</style>
border-color css
<style>
span { border-color: #404DCB; }
span { border-color: rgb(64,77,203); }
td.TdClassName
{
border-color: #404DCB;
}
.TagClassName
{
border-color: #404DCB;
}
</style>