Shades of Free Speech Blue #4247B9
Tints of Free Speech Blue #4247B9
RGB
CMYK
RGB Variations
Color information
#4247B9 (or 0x4247B9) is known color: Free Speech Blue. HEX triplet: 42, 47 and B9. RGB value is (66,71,185). Sum of RGB (Red+Green+Blue) = 66+71+185=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #4247B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4247B9 is #BDB846. Grayscale: #525252. Windows color (decimal): -12433479 or 12142402. OLE color: 12142402.
HSL color Cylindrical-coordinate representation of color #4247B9: hue angle of 237.48º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4247B9 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 71 | 185 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.27 |
| HSL | 237.48º | 0.47% | 0.49% | - |
| HSV(B) | 237.48º | 0.64% | 0.73% | - |
| XYZ | 13.26 | 9.17 | 46.97 | - |
| YUV | 82.5 | 185.84 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 185 | 0.64 | 0.62 | 0 | 0.27 | 237.48 | 0.47 | 0.49 |
| Hex | 42 | 47 | B9 | 40 | 3E | 0 | 1B | ED | 2F | 31 |
| Octal | 102 | 107 | 271 | 100 | 76 | 0 | 33 | 355 | 57 | 61 |
| Binary | 1000010 | 1000111 | 10111001 | 1000000 | 111110 | 0 | 11011 | 11101101 | 101111 | 110001 |
Color Harmonies of #4247B9
Complementary color
Monochromatic Colors of #4247B9
Black with #4247B9
Text Example
Text Example
White with #4247B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4247B9; }
p { color: rgb(66,71,185); }
H1.HeaderClassName
{
color: #4247B9;
}
.AnyTagClassName
{
color: #4247B9;
}
</style>
background-color css
<style>
a { background-color: #4247B9; }
a { background-color: rgb(66,71,185); }
div.DivClassName
{
background-color: #4247B9;
}
.BgClassName
{
background-color: #4247B9;
}
</style>
border-color css
<style>
span { border-color: #4247B9; }
span { border-color: rgb(66,71,185); }
td.TdClassName
{
border-color: #4247B9;
}
.TagClassName
{
border-color: #4247B9;
}
</style>