Shades of Free Speech Blue #4656D4
Tints of Free Speech Blue #4656D4
RGB
CMYK
RGB Variations
Color information
#4656D4 (or 0x4656D4) is known color: Free Speech Blue. HEX triplet: 46, 56 and D4. RGB value is (70,86,212). Sum of RGB (Red+Green+Blue) = 70+86+212=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 212 (83.20% from 255 or 57.61% from 368); Max value from RGB is 212 - color contains mainly: blue. Hex color #4656D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4656D4 is #B9A92B. Grayscale: #5F5F5F. Windows color (decimal): -12167468 or 13915718. OLE color: 13915718.
HSL color Cylindrical-coordinate representation of color #4656D4: hue angle of 233.24º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4656D4 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 86 | 212 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.17 |
| HSL | 233.24º | 0.62% | 0.55% | - |
| HSV(B) | 233.24º | 0.67% | 0.83% | - |
| XYZ | 17.74 | 12.71 | 63.81 | - |
| YUV | 95.58 | 193.7 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 212 | 0.67 | 0.59 | 0 | 0.17 | 233.24 | 0.62 | 0.55 |
| Hex | 46 | 56 | D4 | 43 | 3B | 0 | 11 | E9 | 3E | 37 |
| Octal | 106 | 126 | 324 | 103 | 73 | 0 | 21 | 351 | 76 | 67 |
| Binary | 1000110 | 1010110 | 11010100 | 1000011 | 111011 | 0 | 10001 | 11101001 | 111110 | 110111 |
Color Harmonies of #4656D4
Complementary color
Monochromatic Colors of #4656D4
Black with #4656D4
Text Example
Text Example
White with #4656D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656D4; }
p { color: rgb(70,86,212); }
H1.HeaderClassName
{
color: #4656D4;
}
.AnyTagClassName
{
color: #4656D4;
}
</style>
background-color css
<style>
a { background-color: #4656D4; }
a { background-color: rgb(70,86,212); }
div.DivClassName
{
background-color: #4656D4;
}
.BgClassName
{
background-color: #4656D4;
}
</style>
border-color css
<style>
span { border-color: #4656D4; }
span { border-color: rgb(70,86,212); }
td.TdClassName
{
border-color: #4656D4;
}
.TagClassName
{
border-color: #4656D4;
}
</style>