Shades of Free Speech Blue #4655BB
Tints of Free Speech Blue #4655BB
RGB
CMYK
RGB Variations
Color information
#4655BB (or 0x4655BB) is known color: Free Speech Blue. HEX triplet: 46, 55 and BB. RGB value is (70,85,187). Sum of RGB (Red+Green+Blue) = 70+85+187=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #4655BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655BB is #B9AA44. Grayscale: #5B5B5B. Windows color (decimal): -12167749 or 12277062. OLE color: 12277062.
HSL color Cylindrical-coordinate representation of color #4655BB: hue angle of 232.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4655BB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 85 | 187 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.27 |
| HSL | 232.31º | 0.46% | 0.5% | - |
| HSV(B) | 232.31º | 0.63% | 0.73% | - |
| XYZ | 14.74 | 11.39 | 48.43 | - |
| YUV | 92.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 187 | 0.63 | 0.55 | 0 | 0.27 | 232.31 | 0.46 | 0.5 |
| Hex | 46 | 55 | BB | 3F | 37 | 0 | 1B | E8 | 2E | 32 |
| Octal | 106 | 125 | 273 | 77 | 67 | 0 | 33 | 350 | 56 | 62 |
| Binary | 1000110 | 1010101 | 10111011 | 111111 | 110111 | 0 | 11011 | 11101000 | 101110 | 110010 |
Color Harmonies of #4655BB
Complementary color
Monochromatic Colors of #4655BB
Black with #4655BB
Text Example
Text Example
White with #4655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655BB; }
p { color: rgb(70,85,187); }
H1.HeaderClassName
{
color: #4655BB;
}
.AnyTagClassName
{
color: #4655BB;
}
</style>
background-color css
<style>
a { background-color: #4655BB; }
a { background-color: rgb(70,85,187); }
div.DivClassName
{
background-color: #4655BB;
}
.BgClassName
{
background-color: #4655BB;
}
</style>
border-color css
<style>
span { border-color: #4655BB; }
span { border-color: rgb(70,85,187); }
td.TdClassName
{
border-color: #4655BB;
}
.TagClassName
{
border-color: #4655BB;
}
</style>