Shades of Free Speech Blue #4740BB
Tints of Free Speech Blue #4740BB
RGB
CMYK
RGB Variations
Color information
#4740BB (or 0x4740BB) is known color: Free Speech Blue. HEX triplet: 47, 40 and BB. RGB value is (71,64,187). Sum of RGB (Red+Green+Blue) = 71+64+187=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #4740BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4740BB is #B8BF44. Grayscale: #4F4F4F. Windows color (decimal): -12107589 or 12271687. OLE color: 12271687.
HSL color Cylindrical-coordinate representation of color #4740BB: hue angle of 243.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4740BB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 64 | 187 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.27 |
| HSL | 243.41º | 0.49% | 0.49% | - |
| HSV(B) | 243.41º | 0.66% | 0.73% | - |
| XYZ | 13.4 | 8.59 | 47.97 | - |
| YUV | 80.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 187 | 0.62 | 0.66 | 0 | 0.27 | 243.41 | 0.49 | 0.49 |
| Hex | 47 | 40 | BB | 3E | 42 | 0 | 1B | F3 | 31 | 31 |
| Octal | 107 | 100 | 273 | 76 | 102 | 0 | 33 | 363 | 61 | 61 |
| Binary | 1000111 | 1000000 | 10111011 | 111110 | 1000010 | 0 | 11011 | 11110011 | 110001 | 110001 |
Color Harmonies of #4740BB
Complementary color
Monochromatic Colors of #4740BB
Black with #4740BB
Text Example
Text Example
White with #4740BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4740BB; }
p { color: rgb(71,64,187); }
H1.HeaderClassName
{
color: #4740BB;
}
.AnyTagClassName
{
color: #4740BB;
}
</style>
background-color css
<style>
a { background-color: #4740BB; }
a { background-color: rgb(71,64,187); }
div.DivClassName
{
background-color: #4740BB;
}
.BgClassName
{
background-color: #4740BB;
}
</style>
border-color css
<style>
span { border-color: #4740BB; }
span { border-color: rgb(71,64,187); }
td.TdClassName
{
border-color: #4740BB;
}
.TagClassName
{
border-color: #4740BB;
}
</style>