Shades of Free Speech Blue #404ACD
Tints of Free Speech Blue #404ACD
RGB
CMYK
RGB Variations
Color information
#404ACD (or 0x404ACD) is known color: Free Speech Blue. HEX triplet: 40, 4A and CD. RGB value is (64,74,205). Sum of RGB (Red+Green+Blue) = 64+74+205=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #404ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ACD is #BFB532. Grayscale: #555555. Windows color (decimal): -12563763 or 13453888. OLE color: 13453888.
HSL color Cylindrical-coordinate representation of color #404ACD: hue angle of 235.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ACD is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 74 | 205 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.20 |
| HSL | 235.74º | 0.59% | 0.53% | - |
| HSV(B) | 235.74º | 0.69% | 0.8% | - |
| XYZ | 15.58 | 10.4 | 58.94 | - |
| YUV | 85.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 205 | 0.69 | 0.64 | 0 | 0.20 | 235.74 | 0.59 | 0.53 |
| Hex | 40 | 4A | CD | 45 | 40 | 0 | 14 | EC | 3B | 35 |
| Octal | 100 | 112 | 315 | 105 | 100 | 0 | 24 | 354 | 73 | 65 |
| Binary | 1000000 | 1001010 | 11001101 | 1000101 | 1000000 | 0 | 10100 | 11101100 | 111011 | 110101 |
Color Harmonies of #404ACD
Complementary color
Monochromatic Colors of #404ACD
Black with #404ACD
Text Example
Text Example
White with #404ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ACD; }
p { color: rgb(64,74,205); }
H1.HeaderClassName
{
color: #404ACD;
}
.AnyTagClassName
{
color: #404ACD;
}
</style>
background-color css
<style>
a { background-color: #404ACD; }
a { background-color: rgb(64,74,205); }
div.DivClassName
{
background-color: #404ACD;
}
.BgClassName
{
background-color: #404ACD;
}
</style>
border-color css
<style>
span { border-color: #404ACD; }
span { border-color: rgb(64,74,205); }
td.TdClassName
{
border-color: #404ACD;
}
.TagClassName
{
border-color: #404ACD;
}
</style>