Shades of Free Speech Blue #4060CF
Tints of Free Speech Blue #4060CF
RGB
CMYK
RGB Variations
Color information
#4060CF (or 0x4060CF) is known color: Free Speech Blue. HEX triplet: 40, 60 and CF. RGB value is (64,96,207). Sum of RGB (Red+Green+Blue) = 64+96+207=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #4060CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060CF is #BF9F30. Grayscale: #626262. Windows color (decimal): -12558129 or 13590592. OLE color: 13590592.
HSL color Cylindrical-coordinate representation of color #4060CF: hue angle of 226.57º 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 #4060CF is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 96 | 207 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.19 |
| HSL | 226.57º | 0.6% | 0.53% | - |
| HSV(B) | 226.57º | 0.69% | 0.81% | - |
| XYZ | 17.56 | 13.96 | 60.8 | - |
| YUV | 99.09 | 188.9 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 207 | 0.69 | 0.54 | 0 | 0.19 | 226.57 | 0.6 | 0.53 |
| Hex | 40 | 60 | CF | 45 | 36 | 0 | 13 | E3 | 3C | 35 |
| Octal | 100 | 140 | 317 | 105 | 66 | 0 | 23 | 343 | 74 | 65 |
| Binary | 1000000 | 1100000 | 11001111 | 1000101 | 110110 | 0 | 10011 | 11100011 | 111100 | 110101 |
Color Harmonies of #4060CF
Complementary color
Monochromatic Colors of #4060CF
Black with #4060CF
Text Example
Text Example
White with #4060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060CF; }
p { color: rgb(64,96,207); }
H1.HeaderClassName
{
color: #4060CF;
}
.AnyTagClassName
{
color: #4060CF;
}
</style>
background-color css
<style>
a { background-color: #4060CF; }
a { background-color: rgb(64,96,207); }
div.DivClassName
{
background-color: #4060CF;
}
.BgClassName
{
background-color: #4060CF;
}
</style>
border-color css
<style>
span { border-color: #4060CF; }
span { border-color: rgb(64,96,207); }
td.TdClassName
{
border-color: #4060CF;
}
.TagClassName
{
border-color: #4060CF;
}
</style>