Shades of Free Speech Blue #4641BB
Tints of Free Speech Blue #4641BB
RGB
CMYK
RGB Variations
Color information
#4641BB (or 0x4641BB) is known color: Free Speech Blue. HEX triplet: 46, 41 and BB. RGB value is (70,65,187). Sum of RGB (Red+Green+Blue) = 70+65+187=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 65 (25.78% from 255 or 20.19% 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 #4641BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641BB is #B9BE44. Grayscale: #4F4F4F. Windows color (decimal): -12172869 or 12271942. OLE color: 12271942.
HSL color Cylindrical-coordinate representation of color #4641BB: hue angle of 242.46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4641BB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 65 | 187 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.27 |
| HSL | 242.46º | 0.48% | 0.49% | - |
| HSV(B) | 242.46º | 0.65% | 0.73% | - |
| XYZ | 13.39 | 8.67 | 47.98 | - |
| YUV | 80.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 187 | 0.63 | 0.65 | 0 | 0.27 | 242.46 | 0.48 | 0.49 |
| Hex | 46 | 41 | BB | 3F | 41 | 0 | 1B | F2 | 30 | 31 |
| Octal | 106 | 101 | 273 | 77 | 101 | 0 | 33 | 362 | 60 | 61 |
| Binary | 1000110 | 1000001 | 10111011 | 111111 | 1000001 | 0 | 11011 | 11110010 | 110000 | 110001 |
Color Harmonies of #4641BB
Complementary color
Monochromatic Colors of #4641BB
Black with #4641BB
Text Example
Text Example
White with #4641BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4641BB; }
p { color: rgb(70,65,187); }
H1.HeaderClassName
{
color: #4641BB;
}
.AnyTagClassName
{
color: #4641BB;
}
</style>
background-color css
<style>
a { background-color: #4641BB; }
a { background-color: rgb(70,65,187); }
div.DivClassName
{
background-color: #4641BB;
}
.BgClassName
{
background-color: #4641BB;
}
</style>
border-color css
<style>
span { border-color: #4641BB; }
span { border-color: rgb(70,65,187); }
td.TdClassName
{
border-color: #4641BB;
}
.TagClassName
{
border-color: #4641BB;
}
</style>