Shades of Free Speech Blue #4742B9
Tints of Free Speech Blue #4742B9
RGB
CMYK
RGB Variations
Color information
#4742B9 (or 0x4742B9) is known color: Free Speech Blue. HEX triplet: 47, 42 and B9. RGB value is (71,66,185). Sum of RGB (Red+Green+Blue) = 71+66+185=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 66 (26.17% from 255 or 20.50% 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 #4742B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742B9 is #B8BD46. Grayscale: #505050. Windows color (decimal): -12107079 or 12141127. OLE color: 12141127.
HSL color Cylindrical-coordinate representation of color #4742B9: hue angle of 242.52º 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 #4742B9 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 66 | 185 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.27 |
| HSL | 242.52º | 0.47% | 0.49% | - |
| HSV(B) | 242.52º | 0.64% | 0.73% | - |
| XYZ | 13.3 | 8.74 | 46.88 | - |
| YUV | 81.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 185 | 0.62 | 0.64 | 0 | 0.27 | 242.52 | 0.47 | 0.49 |
| Hex | 47 | 42 | B9 | 3E | 40 | 0 | 1B | F3 | 2F | 31 |
| Octal | 107 | 102 | 271 | 76 | 100 | 0 | 33 | 363 | 57 | 61 |
| Binary | 1000111 | 1000010 | 10111001 | 111110 | 1000000 | 0 | 11011 | 11110011 | 101111 | 110001 |
Color Harmonies of #4742B9
Complementary color
Monochromatic Colors of #4742B9
Black with #4742B9
Text Example
Text Example
White with #4742B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4742B9; }
p { color: rgb(71,66,185); }
H1.HeaderClassName
{
color: #4742B9;
}
.AnyTagClassName
{
color: #4742B9;
}
</style>
background-color css
<style>
a { background-color: #4742B9; }
a { background-color: rgb(71,66,185); }
div.DivClassName
{
background-color: #4742B9;
}
.BgClassName
{
background-color: #4742B9;
}
</style>
border-color css
<style>
span { border-color: #4742B9; }
span { border-color: rgb(71,66,185); }
td.TdClassName
{
border-color: #4742B9;
}
.TagClassName
{
border-color: #4742B9;
}
</style>