Shades of Free Speech Blue #4050CE
Tints of Free Speech Blue #4050CE
RGB
CMYK
RGB Variations
Color information
#4050CE (or 0x4050CE) is known color: Free Speech Blue. HEX triplet: 40, 50 and CE. RGB value is (64,80,206). Sum of RGB (Red+Green+Blue) = 64+80+206=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #4050CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050CE is #BFAF31. Grayscale: #595959. Windows color (decimal): -12562226 or 13520960. OLE color: 13520960.
HSL color Cylindrical-coordinate representation of color #4050CE: hue angle of 233.24º degrees, saturation: 0.59, 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 #4050CE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 80 | 206 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.19 |
| HSL | 233.24º | 0.59% | 0.53% | - |
| HSV(B) | 233.24º | 0.69% | 0.81% | - |
| XYZ | 16.12 | 11.28 | 59.72 | - |
| YUV | 89.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 206 | 0.69 | 0.61 | 0 | 0.19 | 233.24 | 0.59 | 0.53 |
| Hex | 40 | 50 | CE | 45 | 3D | 0 | 13 | E9 | 3B | 35 |
| Octal | 100 | 120 | 316 | 105 | 75 | 0 | 23 | 351 | 73 | 65 |
| Binary | 1000000 | 1010000 | 11001110 | 1000101 | 111101 | 0 | 10011 | 11101001 | 111011 | 110101 |
Color Harmonies of #4050CE
Complementary color
Monochromatic Colors of #4050CE
Black with #4050CE
Text Example
Text Example
White with #4050CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4050CE; }
p { color: rgb(64,80,206); }
H1.HeaderClassName
{
color: #4050CE;
}
.AnyTagClassName
{
color: #4050CE;
}
</style>
background-color css
<style>
a { background-color: #4050CE; }
a { background-color: rgb(64,80,206); }
div.DivClassName
{
background-color: #4050CE;
}
.BgClassName
{
background-color: #4050CE;
}
</style>
border-color css
<style>
span { border-color: #4050CE; }
span { border-color: rgb(64,80,206); }
td.TdClassName
{
border-color: #4050CE;
}
.TagClassName
{
border-color: #4050CE;
}
</style>