Shades of Free Speech Blue #4060BA
Tints of Free Speech Blue #4060BA
RGB
CMYK
RGB Variations
Color information
#4060BA (or 0x4060BA) is known color: Free Speech Blue. HEX triplet: 40, 60 and BA. RGB value is (64,96,186). Sum of RGB (Red+Green+Blue) = 64+96+186=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4060BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060BA is #BF9F45. Grayscale: #606060. Windows color (decimal): -12558150 or 12214336. OLE color: 12214336.
HSL color Cylindrical-coordinate representation of color #4060BA: hue angle of 224.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4060BA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 96 | 186 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.27 |
| HSL | 224.26º | 0.49% | 0.49% | - |
| HSV(B) | 224.26º | 0.66% | 0.73% | - |
| XYZ | 15.16 | 13 | 48.16 | - |
| YUV | 96.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 186 | 0.66 | 0.48 | 0 | 0.27 | 224.26 | 0.49 | 0.49 |
| Hex | 40 | 60 | BA | 42 | 30 | 0 | 1B | E0 | 31 | 31 |
| Octal | 100 | 140 | 272 | 102 | 60 | 0 | 33 | 340 | 61 | 61 |
| Binary | 1000000 | 1100000 | 10111010 | 1000010 | 110000 | 0 | 11011 | 11100000 | 110001 | 110001 |
Color Harmonies of #4060BA
Complementary color
Monochromatic Colors of #4060BA
Black with #4060BA
Text Example
Text Example
White with #4060BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060BA; }
p { color: rgb(64,96,186); }
H1.HeaderClassName
{
color: #4060BA;
}
.AnyTagClassName
{
color: #4060BA;
}
</style>
background-color css
<style>
a { background-color: #4060BA; }
a { background-color: rgb(64,96,186); }
div.DivClassName
{
background-color: #4060BA;
}
.BgClassName
{
background-color: #4060BA;
}
</style>
border-color css
<style>
span { border-color: #4060BA; }
span { border-color: rgb(64,96,186); }
td.TdClassName
{
border-color: #4060BA;
}
.TagClassName
{
border-color: #4060BA;
}
</style>