Shades of Free Speech Blue #4042BA
Tints of Free Speech Blue #4042BA
RGB
CMYK
RGB Variations
Color information
#4042BA (or 0x4042BA) is known color: Free Speech Blue. HEX triplet: 40, 42 and BA. RGB value is (64,66,186). Sum of RGB (Red+Green+Blue) = 64+66+186=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #4042BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042BA is #BFBD45. Grayscale: #4E4E4E. Windows color (decimal): -12565830 or 12206656. OLE color: 12206656.
HSL color Cylindrical-coordinate representation of color #4042BA: hue angle of 239.02º 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 #4042BA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 66 | 186 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.27 |
| HSL | 239.02º | 0.49% | 0.49% | - |
| HSV(B) | 239.02º | 0.66% | 0.73% | - |
| XYZ | 12.93 | 8.53 | 47.42 | - |
| YUV | 79.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 186 | 0.66 | 0.65 | 0 | 0.27 | 239.02 | 0.49 | 0.49 |
| Hex | 40 | 42 | BA | 42 | 41 | 0 | 1B | EF | 31 | 31 |
| Octal | 100 | 102 | 272 | 102 | 101 | 0 | 33 | 357 | 61 | 61 |
| Binary | 1000000 | 1000010 | 10111010 | 1000010 | 1000001 | 0 | 11011 | 11101111 | 110001 | 110001 |
Color Harmonies of #4042BA
Complementary color
Monochromatic Colors of #4042BA
Black with #4042BA
Text Example
Text Example
White with #4042BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042BA; }
p { color: rgb(64,66,186); }
H1.HeaderClassName
{
color: #4042BA;
}
.AnyTagClassName
{
color: #4042BA;
}
</style>
background-color css
<style>
a { background-color: #4042BA; }
a { background-color: rgb(64,66,186); }
div.DivClassName
{
background-color: #4042BA;
}
.BgClassName
{
background-color: #4042BA;
}
</style>
border-color css
<style>
span { border-color: #4042BA; }
span { border-color: rgb(64,66,186); }
td.TdClassName
{
border-color: #4042BA;
}
.TagClassName
{
border-color: #4042BA;
}
</style>