Shades of Free Speech Blue #4063BE
Tints of Free Speech Blue #4063BE
RGB
CMYK
RGB Variations
Color information
#4063BE (or 0x4063BE) is known color: Free Speech Blue. HEX triplet: 40, 63 and BE. RGB value is (64,99,190). Sum of RGB (Red+Green+Blue) = 64+99+190=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #4063BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063BE is #BF9C41. Grayscale: #626262. Windows color (decimal): -12557378 or 12477248. OLE color: 12477248.
HSL color Cylindrical-coordinate representation of color #4063BE: hue angle of 223.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4063BE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 99 | 190 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.25 |
| HSL | 223.33º | 0.5% | 0.5% | - |
| HSV(B) | 223.33º | 0.66% | 0.75% | - |
| XYZ | 15.87 | 13.73 | 50.53 | - |
| YUV | 98.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 190 | 0.66 | 0.48 | 0 | 0.25 | 223.33 | 0.5 | 0.5 |
| Hex | 40 | 63 | BE | 42 | 30 | 0 | 19 | DF | 32 | 32 |
| Octal | 100 | 143 | 276 | 102 | 60 | 0 | 31 | 337 | 62 | 62 |
| Binary | 1000000 | 1100011 | 10111110 | 1000010 | 110000 | 0 | 11001 | 11011111 | 110010 | 110010 |
Color Harmonies of #4063BE
Complementary color
Monochromatic Colors of #4063BE
Black with #4063BE
Text Example
Text Example
White with #4063BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063BE; }
p { color: rgb(64,99,190); }
H1.HeaderClassName
{
color: #4063BE;
}
.AnyTagClassName
{
color: #4063BE;
}
</style>
background-color css
<style>
a { background-color: #4063BE; }
a { background-color: rgb(64,99,190); }
div.DivClassName
{
background-color: #4063BE;
}
.BgClassName
{
background-color: #4063BE;
}
</style>
border-color css
<style>
span { border-color: #4063BE; }
span { border-color: rgb(64,99,190); }
td.TdClassName
{
border-color: #4063BE;
}
.TagClassName
{
border-color: #4063BE;
}
</style>