Shades of Free Speech Blue #4059B7
Tints of Free Speech Blue #4059B7
RGB
CMYK
RGB Variations
Color information
#4059B7 (or 0x4059B7) is known color: Free Speech Blue. HEX triplet: 40, 59 and B7. RGB value is (64,89,183). Sum of RGB (Red+Green+Blue) = 64+89+183=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #4059B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059B7 is #BFA648. Grayscale: #5B5B5B. Windows color (decimal): -12559945 or 12015936. OLE color: 12015936.
HSL color Cylindrical-coordinate representation of color #4059B7: hue angle of 227.39º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4059B7 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 89 | 183 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.28 |
| HSL | 227.4º | 0.48% | 0.48% | - |
| HSV(B) | 227.4º | 0.65% | 0.72% | - |
| XYZ | 14.23 | 11.65 | 46.3 | - |
| YUV | 92.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 183 | 0.65 | 0.51 | 0 | 0.28 | 227.4 | 0.48 | 0.48 |
| Hex | 40 | 59 | B7 | 41 | 33 | 0 | 1C | E3 | 30 | 30 |
| Octal | 100 | 131 | 267 | 101 | 63 | 0 | 34 | 343 | 60 | 60 |
| Binary | 1000000 | 1011001 | 10110111 | 1000001 | 110011 | 0 | 11100 | 11100011 | 110000 | 110000 |
Color Harmonies of #4059B7
Complementary color
Monochromatic Colors of #4059B7
Black with #4059B7
Text Example
Text Example
White with #4059B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059B7; }
p { color: rgb(64,89,183); }
H1.HeaderClassName
{
color: #4059B7;
}
.AnyTagClassName
{
color: #4059B7;
}
</style>
background-color css
<style>
a { background-color: #4059B7; }
a { background-color: rgb(64,89,183); }
div.DivClassName
{
background-color: #4059B7;
}
.BgClassName
{
background-color: #4059B7;
}
</style>
border-color css
<style>
span { border-color: #4059B7; }
span { border-color: rgb(64,89,183); }
td.TdClassName
{
border-color: #4059B7;
}
.TagClassName
{
border-color: #4059B7;
}
</style>