Shades of Free Speech Blue #4062BC
Tints of Free Speech Blue #4062BC
RGB
CMYK
RGB Variations
Color information
#4062BC (or 0x4062BC) is known color: Free Speech Blue. HEX triplet: 40, 62 and BC. RGB value is (64,98,188). Sum of RGB (Red+Green+Blue) = 64+98+188=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #4062BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4062BC is #BF9D43. Grayscale: #616161. Windows color (decimal): -12557636 or 12345920. OLE color: 12345920.
HSL color Cylindrical-coordinate representation of color #4062BC: hue angle of 223.55º 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 #4062BC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 98 | 188 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.26 |
| HSL | 223.55º | 0.49% | 0.49% | - |
| HSV(B) | 223.55º | 0.66% | 0.74% | - |
| XYZ | 15.56 | 13.46 | 49.35 | - |
| YUV | 98.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 188 | 0.66 | 0.48 | 0 | 0.26 | 223.55 | 0.49 | 0.49 |
| Hex | 40 | 62 | BC | 42 | 30 | 0 | 1A | E0 | 31 | 31 |
| Octal | 100 | 142 | 274 | 102 | 60 | 0 | 32 | 340 | 61 | 61 |
| Binary | 1000000 | 1100010 | 10111100 | 1000010 | 110000 | 0 | 11010 | 11100000 | 110001 | 110001 |
Color Harmonies of #4062BC
Complementary color
Monochromatic Colors of #4062BC
Black with #4062BC
Text Example
Text Example
White with #4062BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4062BC; }
p { color: rgb(64,98,188); }
H1.HeaderClassName
{
color: #4062BC;
}
.AnyTagClassName
{
color: #4062BC;
}
</style>
background-color css
<style>
a { background-color: #4062BC; }
a { background-color: rgb(64,98,188); }
div.DivClassName
{
background-color: #4062BC;
}
.BgClassName
{
background-color: #4062BC;
}
</style>
border-color css
<style>
span { border-color: #4062BC; }
span { border-color: rgb(64,98,188); }
td.TdClassName
{
border-color: #4062BC;
}
.TagClassName
{
border-color: #4062BC;
}
</style>