Shades of Free Speech Blue #4050CA
Tints of Free Speech Blue #4050CA
RGB
CMYK
RGB Variations
Color information
#4050CA (or 0x4050CA) is known color: Free Speech Blue. HEX triplet: 40, 50 and CA. RGB value is (64,80,202). Sum of RGB (Red+Green+Blue) = 64+80+202=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #4050CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050CA is #BFAF35. Grayscale: #585858. Windows color (decimal): -12562230 or 13258816. OLE color: 13258816.
HSL color Cylindrical-coordinate representation of color #4050CA: hue angle of 233.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4050CA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 80 | 202 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.21 |
| HSL | 233.04º | 0.57% | 0.52% | - |
| HSV(B) | 233.04º | 0.68% | 0.79% | - |
| XYZ | 15.64 | 11.09 | 57.19 | - |
| YUV | 89.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 202 | 0.68 | 0.60 | 0 | 0.21 | 233.04 | 0.57 | 0.52 |
| Hex | 40 | 50 | CA | 44 | 3C | 0 | 15 | E9 | 39 | 34 |
| Octal | 100 | 120 | 312 | 104 | 74 | 0 | 25 | 351 | 71 | 64 |
| Binary | 1000000 | 1010000 | 11001010 | 1000100 | 111100 | 0 | 10101 | 11101001 | 111001 | 110100 |
Color Harmonies of #4050CA
Complementary color
Monochromatic Colors of #4050CA
Black with #4050CA
Text Example
Text Example
White with #4050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4050CA; }
p { color: rgb(64,80,202); }
H1.HeaderClassName
{
color: #4050CA;
}
.AnyTagClassName
{
color: #4050CA;
}
</style>
background-color css
<style>
a { background-color: #4050CA; }
a { background-color: rgb(64,80,202); }
div.DivClassName
{
background-color: #4050CA;
}
.BgClassName
{
background-color: #4050CA;
}
</style>
border-color css
<style>
span { border-color: #4050CA; }
span { border-color: rgb(64,80,202); }
td.TdClassName
{
border-color: #4050CA;
}
.TagClassName
{
border-color: #4050CA;
}
</style>