Shades of Free Speech Blue #404CDC
Tints of Free Speech Blue #404CDC
RGB
CMYK
RGB Variations
Color information
#404CDC (or 0x404CDC) is known color: Free Speech Blue. HEX triplet: 40, 4C and DC. RGB value is (64,76,220). Sum of RGB (Red+Green+Blue) = 64+76+220=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #404CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CDC is #BFB323. Grayscale: #585858. Windows color (decimal): -12563236 or 14437440. OLE color: 14437440.
HSL color Cylindrical-coordinate representation of color #404CDC: hue angle of 235.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404CDC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 76 | 220 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.14 |
| HSL | 235.38º | 0.69% | 0.56% | - |
| HSV(B) | 235.38º | 0.71% | 0.86% | - |
| XYZ | 17.62 | 11.43 | 68.99 | - |
| YUV | 88.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 220 | 0.71 | 0.65 | 0 | 0.14 | 235.38 | 0.69 | 0.56 |
| Hex | 40 | 4C | DC | 47 | 41 | 0 | E | EB | 45 | 38 |
| Octal | 100 | 114 | 334 | 107 | 101 | 0 | 16 | 353 | 105 | 70 |
| Binary | 1000000 | 1001100 | 11011100 | 1000111 | 1000001 | 0 | 1110 | 11101011 | 1000101 | 111000 |
Color Harmonies of #404CDC
Complementary color
Monochromatic Colors of #404CDC
Black with #404CDC
Text Example
Text Example
White with #404CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CDC; }
p { color: rgb(64,76,220); }
H1.HeaderClassName
{
color: #404CDC;
}
.AnyTagClassName
{
color: #404CDC;
}
</style>
background-color css
<style>
a { background-color: #404CDC; }
a { background-color: rgb(64,76,220); }
div.DivClassName
{
background-color: #404CDC;
}
.BgClassName
{
background-color: #404CDC;
}
</style>
border-color css
<style>
span { border-color: #404CDC; }
span { border-color: rgb(64,76,220); }
td.TdClassName
{
border-color: #404CDC;
}
.TagClassName
{
border-color: #404CDC;
}
</style>