Shades of Free Speech Blue #4047CC
Tints of Free Speech Blue #4047CC
RGB
CMYK
RGB Variations
Color information
#4047CC (or 0x4047CC) is known color: Free Speech Blue. HEX triplet: 40, 47 and CC. RGB value is (64,71,204). Sum of RGB (Red+Green+Blue) = 64+71+204=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #4047CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047CC is #BFB833. Grayscale: #535353. Windows color (decimal): -12564532 or 13387584. OLE color: 13387584.
HSL color Cylindrical-coordinate representation of color #4047CC: hue angle of 237º 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 #4047CC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 71 | 204 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.2 |
| HSL | 237º | 0.58% | 0.53% | - |
| HSV(B) | 237º | 0.69% | 0.8% | - |
| XYZ | 15.27 | 9.96 | 58.24 | - |
| YUV | 84.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 204 | 0.69 | 0.65 | 0 | 0.2 | 237 | 0.58 | 0.53 |
| Hex | 40 | 47 | CC | 45 | 41 | 0 | 14 | ED | 3A | 35 |
| Octal | 100 | 107 | 314 | 105 | 101 | 0 | 24 | 355 | 72 | 65 |
| Binary | 1000000 | 1000111 | 11001100 | 1000101 | 1000001 | 0 | 10100 | 11101101 | 111010 | 110101 |
Color Harmonies of #4047CC
Complementary color
Monochromatic Colors of #4047CC
Black with #4047CC
Text Example
Text Example
White with #4047CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4047CC; }
p { color: rgb(64,71,204); }
H1.HeaderClassName
{
color: #4047CC;
}
.AnyTagClassName
{
color: #4047CC;
}
</style>
background-color css
<style>
a { background-color: #4047CC; }
a { background-color: rgb(64,71,204); }
div.DivClassName
{
background-color: #4047CC;
}
.BgClassName
{
background-color: #4047CC;
}
</style>
border-color css
<style>
span { border-color: #4047CC; }
span { border-color: rgb(64,71,204); }
td.TdClassName
{
border-color: #4047CC;
}
.TagClassName
{
border-color: #4047CC;
}
</style>