Shades of Free Speech Blue #4042BC
Tints of Free Speech Blue #4042BC
RGB
CMYK
RGB Variations
Color information
#4042BC (or 0x4042BC) is known color: Free Speech Blue. HEX triplet: 40, 42 and BC. RGB value is (64,66,188). Sum of RGB (Red+Green+Blue) = 64+66+188=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #4042BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4042BC is #BFBD43. Grayscale: #4E4E4E. Windows color (decimal): -12565828 or 12337728. OLE color: 12337728.
HSL color Cylindrical-coordinate representation of color #4042BC: hue angle of 239.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4042BC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 66 | 188 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.26 |
| HSL | 239.03º | 0.49% | 0.49% | - |
| HSV(B) | 239.03º | 0.66% | 0.74% | - |
| XYZ | 13.14 | 8.62 | 48.55 | - |
| YUV | 79.31 | 189.34 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 188 | 0.66 | 0.65 | 0 | 0.26 | 239.03 | 0.49 | 0.49 |
| Hex | 40 | 42 | BC | 42 | 41 | 0 | 1A | EF | 31 | 31 |
| Octal | 100 | 102 | 274 | 102 | 101 | 0 | 32 | 357 | 61 | 61 |
| Binary | 1000000 | 1000010 | 10111100 | 1000010 | 1000001 | 0 | 11010 | 11101111 | 110001 | 110001 |
Color Harmonies of #4042BC
Complementary color
Monochromatic Colors of #4042BC
Black with #4042BC
Text Example
Text Example
White with #4042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042BC; }
p { color: rgb(64,66,188); }
H1.HeaderClassName
{
color: #4042BC;
}
.AnyTagClassName
{
color: #4042BC;
}
</style>
background-color css
<style>
a { background-color: #4042BC; }
a { background-color: rgb(64,66,188); }
div.DivClassName
{
background-color: #4042BC;
}
.BgClassName
{
background-color: #4042BC;
}
</style>
border-color css
<style>
span { border-color: #4042BC; }
span { border-color: rgb(64,66,188); }
td.TdClassName
{
border-color: #4042BC;
}
.TagClassName
{
border-color: #4042BC;
}
</style>