Shades of Free Speech Blue #4054AD
Tints of Free Speech Blue #4054AD
RGB
CMYK
RGB Variations
Color information
#4054AD (or 0x4054AD) is known color: Free Speech Blue. HEX triplet: 40, 54 and AD. RGB value is (64,84,173). Sum of RGB (Red+Green+Blue) = 64+84+173=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #4054AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4054AD is #BFAB52. Grayscale: #575757. Windows color (decimal): -12561235 or 11359296. OLE color: 11359296.
HSL color Cylindrical-coordinate representation of color #4054AD: hue angle of 228.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4054AD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 84 | 173 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.32 |
| HSL | 228.99º | 0.46% | 0.46% | - |
| HSV(B) | 228.99º | 0.63% | 0.68% | - |
| XYZ | 12.83 | 10.45 | 40.88 | - |
| YUV | 88.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 173 | 0.63 | 0.51 | 0 | 0.32 | 228.99 | 0.46 | 0.46 |
| Hex | 40 | 54 | AD | 3F | 33 | 0 | 20 | E5 | 2E | 2E |
| Octal | 100 | 124 | 255 | 77 | 63 | 0 | 40 | 345 | 56 | 56 |
| Binary | 1000000 | 1010100 | 10101101 | 111111 | 110011 | 0 | 100000 | 11100101 | 101110 | 101110 |
Color Harmonies of #4054AD
Complementary color
Monochromatic Colors of #4054AD
Black with #4054AD
Text Example
Text Example
White with #4054AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4054AD; }
p { color: rgb(64,84,173); }
H1.HeaderClassName
{
color: #4054AD;
}
.AnyTagClassName
{
color: #4054AD;
}
</style>
background-color css
<style>
a { background-color: #4054AD; }
a { background-color: rgb(64,84,173); }
div.DivClassName
{
background-color: #4054AD;
}
.BgClassName
{
background-color: #4054AD;
}
</style>
border-color css
<style>
span { border-color: #4054AD; }
span { border-color: rgb(64,84,173); }
td.TdClassName
{
border-color: #4054AD;
}
.TagClassName
{
border-color: #4054AD;
}
</style>