Shades of Free Speech Blue #4047CE
Tints of Free Speech Blue #4047CE
RGB
CMYK
RGB Variations
Color information
#4047CE (or 0x4047CE) is known color: Free Speech Blue. HEX triplet: 40, 47 and CE. RGB value is (64,71,206). Sum of RGB (Red+Green+Blue) = 64+71+206=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #4047CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047CE is #BFB831. Grayscale: #535353. Windows color (decimal): -12564530 or 13518656. OLE color: 13518656.
HSL color Cylindrical-coordinate representation of color #4047CE: hue angle of 237.04º 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 #4047CE is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 71 | 206 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.19 |
| HSL | 237.04º | 0.59% | 0.53% | - |
| HSV(B) | 237.04º | 0.69% | 0.81% | - |
| XYZ | 15.51 | 10.05 | 59.52 | - |
| YUV | 84.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 206 | 0.69 | 0.66 | 0 | 0.19 | 237.04 | 0.59 | 0.53 |
| Hex | 40 | 47 | CE | 45 | 42 | 0 | 13 | ED | 3B | 35 |
| Octal | 100 | 107 | 316 | 105 | 102 | 0 | 23 | 355 | 73 | 65 |
| Binary | 1000000 | 1000111 | 11001110 | 1000101 | 1000010 | 0 | 10011 | 11101101 | 111011 | 110101 |
Color Harmonies of #4047CE
Complementary color
Monochromatic Colors of #4047CE
Black with #4047CE
Text Example
Text Example
White with #4047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4047CE; }
p { color: rgb(64,71,206); }
H1.HeaderClassName
{
color: #4047CE;
}
.AnyTagClassName
{
color: #4047CE;
}
</style>
background-color css
<style>
a { background-color: #4047CE; }
a { background-color: rgb(64,71,206); }
div.DivClassName
{
background-color: #4047CE;
}
.BgClassName
{
background-color: #4047CE;
}
</style>
border-color css
<style>
span { border-color: #4047CE; }
span { border-color: rgb(64,71,206); }
td.TdClassName
{
border-color: #4047CE;
}
.TagClassName
{
border-color: #4047CE;
}
</style>