Shades of Free Speech Blue #4247BC
Tints of Free Speech Blue #4247BC
RGB
CMYK
RGB Variations
Color information
#4247BC (or 0x4247BC) is known color: Free Speech Blue. HEX triplet: 42, 47 and BC. RGB value is (66,71,188). Sum of RGB (Red+Green+Blue) = 66+71+188=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #4247BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BC is #BDB843. Grayscale: #525252. Windows color (decimal): -12433476 or 12339010. OLE color: 12339010.
HSL color Cylindrical-coordinate representation of color #4247BC: hue angle of 237.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4247BC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 71 | 188 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.26 |
| HSL | 237.54º | 0.48% | 0.5% | - |
| HSV(B) | 237.54º | 0.65% | 0.74% | - |
| XYZ | 13.58 | 9.3 | 48.66 | - |
| YUV | 82.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 188 | 0.65 | 0.62 | 0 | 0.26 | 237.54 | 0.48 | 0.5 |
| Hex | 42 | 47 | BC | 41 | 3E | 0 | 1A | EE | 30 | 32 |
| Octal | 102 | 107 | 274 | 101 | 76 | 0 | 32 | 356 | 60 | 62 |
| Binary | 1000010 | 1000111 | 10111100 | 1000001 | 111110 | 0 | 11010 | 11101110 | 110000 | 110010 |
Color Harmonies of #4247BC
Complementary color
Monochromatic Colors of #4247BC
Black with #4247BC
Text Example
Text Example
White with #4247BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247BC; }
p { color: rgb(66,71,188); }
H1.HeaderClassName
{
color: #4247BC;
}
.AnyTagClassName
{
color: #4247BC;
}
</style>
background-color css
<style>
a { background-color: #4247BC; }
a { background-color: rgb(66,71,188); }
div.DivClassName
{
background-color: #4247BC;
}
.BgClassName
{
background-color: #4247BC;
}
</style>
border-color css
<style>
span { border-color: #4247BC; }
span { border-color: rgb(66,71,188); }
td.TdClassName
{
border-color: #4247BC;
}
.TagClassName
{
border-color: #4247BC;
}
</style>