Shades of Free Speech Blue #404ACF
Tints of Free Speech Blue #404ACF
RGB
CMYK
RGB Variations
Color information
#404ACF (or 0x404ACF) is known color: Free Speech Blue. HEX triplet: 40, 4A and CF. RGB value is (64,74,207). Sum of RGB (Red+Green+Blue) = 64+74+207=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #404ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ACF is #BFB530. Grayscale: #555555. Windows color (decimal): -12563761 or 13584960. OLE color: 13584960.
HSL color Cylindrical-coordinate representation of color #404ACF: hue angle of 235.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ACF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 74 | 207 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.19 |
| HSL | 235.8º | 0.6% | 0.53% | - |
| HSV(B) | 235.8º | 0.69% | 0.81% | - |
| XYZ | 15.83 | 10.49 | 60.22 | - |
| YUV | 86.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 207 | 0.69 | 0.64 | 0 | 0.19 | 235.8 | 0.6 | 0.53 |
| Hex | 40 | 4A | CF | 45 | 40 | 0 | 13 | EC | 3C | 35 |
| Octal | 100 | 112 | 317 | 105 | 100 | 0 | 23 | 354 | 74 | 65 |
| Binary | 1000000 | 1001010 | 11001111 | 1000101 | 1000000 | 0 | 10011 | 11101100 | 111100 | 110101 |
Color Harmonies of #404ACF
Complementary color
Monochromatic Colors of #404ACF
Black with #404ACF
Text Example
Text Example
White with #404ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ACF; }
p { color: rgb(64,74,207); }
H1.HeaderClassName
{
color: #404ACF;
}
.AnyTagClassName
{
color: #404ACF;
}
</style>
background-color css
<style>
a { background-color: #404ACF; }
a { background-color: rgb(64,74,207); }
div.DivClassName
{
background-color: #404ACF;
}
.BgClassName
{
background-color: #404ACF;
}
</style>
border-color css
<style>
span { border-color: #404ACF; }
span { border-color: rgb(64,74,207); }
td.TdClassName
{
border-color: #404ACF;
}
.TagClassName
{
border-color: #404ACF;
}
</style>