Shades of Free Speech Blue #4656B1
Tints of Free Speech Blue #4656B1
RGB
CMYK
RGB Variations
Color information
#4656B1 (or 0x4656B1) is known color: Free Speech Blue. HEX triplet: 46, 56 and B1. RGB value is (70,86,177). Sum of RGB (Red+Green+Blue) = 70+86+177=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #4656B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4656B1 is #B9A94E. Grayscale: #5B5B5B. Windows color (decimal): -12167503 or 11621958. OLE color: 11621958.
HSL color Cylindrical-coordinate representation of color #4656B1: hue angle of 231.03º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4656B1 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 86 | 177 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.31 |
| HSL | 231.03º | 0.43% | 0.48% | - |
| HSV(B) | 231.03º | 0.6% | 0.69% | - |
| XYZ | 13.79 | 11.13 | 43.02 | - |
| YUV | 91.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 177 | 0.60 | 0.51 | 0 | 0.31 | 231.03 | 0.43 | 0.48 |
| Hex | 46 | 56 | B1 | 3C | 33 | 0 | 1F | E7 | 2B | 30 |
| Octal | 106 | 126 | 261 | 74 | 63 | 0 | 37 | 347 | 53 | 60 |
| Binary | 1000110 | 1010110 | 10110001 | 111100 | 110011 | 0 | 11111 | 11100111 | 101011 | 110000 |
Color Harmonies of #4656B1
Complementary color
Monochromatic Colors of #4656B1
Black with #4656B1
Text Example
Text Example
White with #4656B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656B1; }
p { color: rgb(70,86,177); }
H1.HeaderClassName
{
color: #4656B1;
}
.AnyTagClassName
{
color: #4656B1;
}
</style>
background-color css
<style>
a { background-color: #4656B1; }
a { background-color: rgb(70,86,177); }
div.DivClassName
{
background-color: #4656B1;
}
.BgClassName
{
background-color: #4656B1;
}
</style>
border-color css
<style>
span { border-color: #4656B1; }
span { border-color: rgb(70,86,177); }
td.TdClassName
{
border-color: #4656B1;
}
.TagClassName
{
border-color: #4656B1;
}
</style>