Shades of Free Speech Blue #4059D2
Tints of Free Speech Blue #4059D2
RGB
CMYK
RGB Variations
Color information
#4059D2 (or 0x4059D2) is known color: Free Speech Blue. HEX triplet: 40, 59 and D2. RGB value is (64,89,210). Sum of RGB (Red+Green+Blue) = 64+89+210=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #4059D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059D2 is #BFA62D. Grayscale: #5E5E5E. Windows color (decimal): -12559918 or 13785408. OLE color: 13785408.
HSL color Cylindrical-coordinate representation of color #4059D2: hue angle of 229.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4059D2 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 89 | 210 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.18 |
| HSL | 229.73º | 0.62% | 0.54% | - |
| HSV(B) | 229.73º | 0.7% | 0.82% | - |
| XYZ | 17.32 | 12.89 | 62.55 | - |
| YUV | 95.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 210 | 0.70 | 0.58 | 0 | 0.18 | 229.73 | 0.62 | 0.54 |
| Hex | 40 | 59 | D2 | 46 | 3A | 0 | 12 | E6 | 3E | 36 |
| Octal | 100 | 131 | 322 | 106 | 72 | 0 | 22 | 346 | 76 | 66 |
| Binary | 1000000 | 1011001 | 11010010 | 1000110 | 111010 | 0 | 10010 | 11100110 | 111110 | 110110 |
Color Harmonies of #4059D2
Complementary color
Monochromatic Colors of #4059D2
Black with #4059D2
Text Example
Text Example
White with #4059D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059D2; }
p { color: rgb(64,89,210); }
H1.HeaderClassName
{
color: #4059D2;
}
.AnyTagClassName
{
color: #4059D2;
}
</style>
background-color css
<style>
a { background-color: #4059D2; }
a { background-color: rgb(64,89,210); }
div.DivClassName
{
background-color: #4059D2;
}
.BgClassName
{
background-color: #4059D2;
}
</style>
border-color css
<style>
span { border-color: #4059D2; }
span { border-color: rgb(64,89,210); }
td.TdClassName
{
border-color: #4059D2;
}
.TagClassName
{
border-color: #4059D2;
}
</style>