Shades of Free Speech Blue #4247BB
Tints of Free Speech Blue #4247BB
RGB
CMYK
RGB Variations
Color information
#4247BB (or 0x4247BB) is known color: Free Speech Blue. HEX triplet: 42, 47 and BB. RGB value is (66,71,187). Sum of RGB (Red+Green+Blue) = 66+71+187=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #4247BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247BB is #BDB844. Grayscale: #525252. Windows color (decimal): -12433477 or 12273474. OLE color: 12273474.
HSL color Cylindrical-coordinate representation of color #4247BB: hue angle of 237.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4247BB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 71 | 187 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.27 |
| HSL | 237.52º | 0.48% | 0.5% | - |
| HSV(B) | 237.52º | 0.65% | 0.73% | - |
| XYZ | 13.47 | 9.25 | 48.09 | - |
| YUV | 82.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 187 | 0.65 | 0.62 | 0 | 0.27 | 237.52 | 0.48 | 0.5 |
| Hex | 42 | 47 | BB | 41 | 3E | 0 | 1B | EE | 30 | 32 |
| Octal | 102 | 107 | 273 | 101 | 76 | 0 | 33 | 356 | 60 | 62 |
| Binary | 1000010 | 1000111 | 10111011 | 1000001 | 111110 | 0 | 11011 | 11101110 | 110000 | 110010 |
Color Harmonies of #4247BB
Complementary color
Monochromatic Colors of #4247BB
Black with #4247BB
Text Example
Text Example
White with #4247BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247BB; }
p { color: rgb(66,71,187); }
H1.HeaderClassName
{
color: #4247BB;
}
.AnyTagClassName
{
color: #4247BB;
}
</style>
background-color css
<style>
a { background-color: #4247BB; }
a { background-color: rgb(66,71,187); }
div.DivClassName
{
background-color: #4247BB;
}
.BgClassName
{
background-color: #4247BB;
}
</style>
border-color css
<style>
span { border-color: #4247BB; }
span { border-color: rgb(66,71,187); }
td.TdClassName
{
border-color: #4247BB;
}
.TagClassName
{
border-color: #4247BB;
}
</style>