Shades of Free Speech Blue #4049CC
Tints of Free Speech Blue #4049CC
RGB
CMYK
RGB Variations
Color information
#4049CC (or 0x4049CC) is known color: Free Speech Blue. HEX triplet: 40, 49 and CC. RGB value is (64,73,204). Sum of RGB (Red+Green+Blue) = 64+73+204=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4049CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049CC is #BFB633. Grayscale: #545454. Windows color (decimal): -12564020 or 13388096. OLE color: 13388096.
HSL color Cylindrical-coordinate representation of color #4049CC: hue angle of 236.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4049CC is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 73 | 204 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.2 |
| HSL | 236.14º | 0.58% | 0.53% | - |
| HSV(B) | 236.14º | 0.69% | 0.8% | - |
| XYZ | 15.4 | 10.21 | 58.29 | - |
| YUV | 85.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 204 | 0.69 | 0.64 | 0 | 0.2 | 236.14 | 0.58 | 0.53 |
| Hex | 40 | 49 | CC | 45 | 40 | 0 | 14 | EC | 3A | 35 |
| Octal | 100 | 111 | 314 | 105 | 100 | 0 | 24 | 354 | 72 | 65 |
| Binary | 1000000 | 1001001 | 11001100 | 1000101 | 1000000 | 0 | 10100 | 11101100 | 111010 | 110101 |
Color Harmonies of #4049CC
Complementary color
Monochromatic Colors of #4049CC
Black with #4049CC
Text Example
Text Example
White with #4049CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049CC; }
p { color: rgb(64,73,204); }
H1.HeaderClassName
{
color: #4049CC;
}
.AnyTagClassName
{
color: #4049CC;
}
</style>
background-color css
<style>
a { background-color: #4049CC; }
a { background-color: rgb(64,73,204); }
div.DivClassName
{
background-color: #4049CC;
}
.BgClassName
{
background-color: #4049CC;
}
</style>
border-color css
<style>
span { border-color: #4049CC; }
span { border-color: rgb(64,73,204); }
td.TdClassName
{
border-color: #4049CC;
}
.TagClassName
{
border-color: #4049CC;
}
</style>