Shades of Free Speech Blue #4044AF
Tints of Free Speech Blue #4044AF
RGB
CMYK
RGB Variations
Color information
#4044AF (or 0x4044AF) is known color: Free Speech Blue. HEX triplet: 40, 44 and AF. RGB value is (64,68,175). Sum of RGB (Red+Green+Blue) = 64+68+175=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #4044AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4044AF is #BFBB50. Grayscale: #4E4E4E. Windows color (decimal): -12565329 or 11486272. OLE color: 11486272.
HSL color Cylindrical-coordinate representation of color #4044AF: hue angle of 237.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4044AF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 68 | 175 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.31 |
| HSL | 237.84º | 0.46% | 0.47% | - |
| HSV(B) | 237.84º | 0.63% | 0.69% | - |
| XYZ | 11.92 | 8.32 | 41.54 | - |
| YUV | 79 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 175 | 0.63 | 0.61 | 0 | 0.31 | 237.84 | 0.46 | 0.47 |
| Hex | 40 | 44 | AF | 3F | 3D | 0 | 1F | EE | 2E | 2F |
| Octal | 100 | 104 | 257 | 77 | 75 | 0 | 37 | 356 | 56 | 57 |
| Binary | 1000000 | 1000100 | 10101111 | 111111 | 111101 | 0 | 11111 | 11101110 | 101110 | 101111 |
Color Harmonies of #4044AF
Complementary color
Monochromatic Colors of #4044AF
Black with #4044AF
Text Example
Text Example
White with #4044AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044AF; }
p { color: rgb(64,68,175); }
H1.HeaderClassName
{
color: #4044AF;
}
.AnyTagClassName
{
color: #4044AF;
}
</style>
background-color css
<style>
a { background-color: #4044AF; }
a { background-color: rgb(64,68,175); }
div.DivClassName
{
background-color: #4044AF;
}
.BgClassName
{
background-color: #4044AF;
}
</style>
border-color css
<style>
span { border-color: #4044AF; }
span { border-color: rgb(64,68,175); }
td.TdClassName
{
border-color: #4044AF;
}
.TagClassName
{
border-color: #4044AF;
}
</style>