Shades of Free Speech Blue #4063CF
Tints of Free Speech Blue #4063CF
RGB
CMYK
RGB Variations
Color information
#4063CF (or 0x4063CF) is known color: Free Speech Blue. HEX triplet: 40, 63 and CF. RGB value is (64,99,207). Sum of RGB (Red+Green+Blue) = 64+99+207=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #4063CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063CF is #BF9C30. Grayscale: #646464. Windows color (decimal): -12557361 or 13591360. OLE color: 13591360.
HSL color Cylindrical-coordinate representation of color #4063CF: hue angle of 225.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4063CF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 99 | 207 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.19 |
| HSL | 225.31º | 0.6% | 0.53% | - |
| HSV(B) | 225.31º | 0.69% | 0.81% | - |
| XYZ | 17.84 | 14.52 | 60.89 | - |
| YUV | 100.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 207 | 0.69 | 0.52 | 0 | 0.19 | 225.31 | 0.6 | 0.53 |
| Hex | 40 | 63 | CF | 45 | 34 | 0 | 13 | E1 | 3C | 35 |
| Octal | 100 | 143 | 317 | 105 | 64 | 0 | 23 | 341 | 74 | 65 |
| Binary | 1000000 | 1100011 | 11001111 | 1000101 | 110100 | 0 | 10011 | 11100001 | 111100 | 110101 |
Color Harmonies of #4063CF
Complementary color
Monochromatic Colors of #4063CF
Black with #4063CF
Text Example
Text Example
White with #4063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063CF; }
p { color: rgb(64,99,207); }
H1.HeaderClassName
{
color: #4063CF;
}
.AnyTagClassName
{
color: #4063CF;
}
</style>
background-color css
<style>
a { background-color: #4063CF; }
a { background-color: rgb(64,99,207); }
div.DivClassName
{
background-color: #4063CF;
}
.BgClassName
{
background-color: #4063CF;
}
</style>
border-color css
<style>
span { border-color: #4063CF; }
span { border-color: rgb(64,99,207); }
td.TdClassName
{
border-color: #4063CF;
}
.TagClassName
{
border-color: #4063CF;
}
</style>