Shades of Free Speech Blue #4042B9
Tints of Free Speech Blue #4042B9
RGB
CMYK
RGB Variations
Color information
#4042B9 (or 0x4042B9) is known color: Free Speech Blue. HEX triplet: 40, 42 and B9. RGB value is (64,66,185). Sum of RGB (Red+Green+Blue) = 64+66+185=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #4042B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042B9 is #BFBD46. Grayscale: #4E4E4E. Windows color (decimal): -12565831 or 12141120. OLE color: 12141120.
HSL color Cylindrical-coordinate representation of color #4042B9: hue angle of 239.01º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4042B9 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 66 | 185 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.27 |
| HSL | 239.01º | 0.49% | 0.49% | - |
| HSV(B) | 239.01º | 0.65% | 0.73% | - |
| XYZ | 12.82 | 8.49 | 46.86 | - |
| YUV | 78.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 185 | 0.65 | 0.64 | 0 | 0.27 | 239.01 | 0.49 | 0.49 |
| Hex | 40 | 42 | B9 | 41 | 40 | 0 | 1B | EF | 31 | 31 |
| Octal | 100 | 102 | 271 | 101 | 100 | 0 | 33 | 357 | 61 | 61 |
| Binary | 1000000 | 1000010 | 10111001 | 1000001 | 1000000 | 0 | 11011 | 11101111 | 110001 | 110001 |
Color Harmonies of #4042B9
Complementary color
Monochromatic Colors of #4042B9
Black with #4042B9
Text Example
Text Example
White with #4042B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042B9; }
p { color: rgb(64,66,185); }
H1.HeaderClassName
{
color: #4042B9;
}
.AnyTagClassName
{
color: #4042B9;
}
</style>
background-color css
<style>
a { background-color: #4042B9; }
a { background-color: rgb(64,66,185); }
div.DivClassName
{
background-color: #4042B9;
}
.BgClassName
{
background-color: #4042B9;
}
</style>
border-color css
<style>
span { border-color: #4042B9; }
span { border-color: rgb(64,66,185); }
td.TdClassName
{
border-color: #4042B9;
}
.TagClassName
{
border-color: #4042B9;
}
</style>