Shades of Free Speech Blue #4655B9
Tints of Free Speech Blue #4655B9
RGB
CMYK
RGB Variations
Color information
#4655B9 (or 0x4655B9) is known color: Free Speech Blue. HEX triplet: 46, 55 and B9. RGB value is (70,85,185). Sum of RGB (Red+Green+Blue) = 70+85+185=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #4655B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655B9 is #B9AA46. Grayscale: #5B5B5B. Windows color (decimal): -12167751 or 12145990. OLE color: 12145990.
HSL color Cylindrical-coordinate representation of color #4655B9: hue angle of 232.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4655B9 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 85 | 185 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.27 |
| HSL | 232.17º | 0.45% | 0.5% | - |
| HSV(B) | 232.17º | 0.62% | 0.73% | - |
| XYZ | 14.53 | 11.3 | 47.31 | - |
| YUV | 91.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 185 | 0.62 | 0.54 | 0 | 0.27 | 232.17 | 0.45 | 0.5 |
| Hex | 46 | 55 | B9 | 3E | 36 | 0 | 1B | E8 | 2D | 32 |
| Octal | 106 | 125 | 271 | 76 | 66 | 0 | 33 | 350 | 55 | 62 |
| Binary | 1000110 | 1010101 | 10111001 | 111110 | 110110 | 0 | 11011 | 11101000 | 101101 | 110010 |
Color Harmonies of #4655B9
Complementary color
Monochromatic Colors of #4655B9
Black with #4655B9
Text Example
Text Example
White with #4655B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655B9; }
p { color: rgb(70,85,185); }
H1.HeaderClassName
{
color: #4655B9;
}
.AnyTagClassName
{
color: #4655B9;
}
</style>
background-color css
<style>
a { background-color: #4655B9; }
a { background-color: rgb(70,85,185); }
div.DivClassName
{
background-color: #4655B9;
}
.BgClassName
{
background-color: #4655B9;
}
</style>
border-color css
<style>
span { border-color: #4655B9; }
span { border-color: rgb(70,85,185); }
td.TdClassName
{
border-color: #4655B9;
}
.TagClassName
{
border-color: #4655B9;
}
</style>