Shades of Free Speech Blue #4656CB
Tints of Free Speech Blue #4656CB
RGB
CMYK
RGB Variations
Color information
#4656CB (or 0x4656CB) is known color: Free Speech Blue. HEX triplet: 46, 56 and CB. RGB value is (70,86,203). Sum of RGB (Red+Green+Blue) = 70+86+203=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #4656CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4656CB is #B9A934. Grayscale: #5E5E5E. Windows color (decimal): -12167477 or 13325894. OLE color: 13325894.
HSL color Cylindrical-coordinate representation of color #4656CB: hue angle of 232.78º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4656CB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 86 | 203 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.20 |
| HSL | 232.78º | 0.56% | 0.54% | - |
| HSV(B) | 232.78º | 0.66% | 0.8% | - |
| XYZ | 16.63 | 12.27 | 57.99 | - |
| YUV | 94.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 203 | 0.66 | 0.58 | 0 | 0.20 | 232.78 | 0.56 | 0.54 |
| Hex | 46 | 56 | CB | 42 | 3A | 0 | 14 | E9 | 38 | 36 |
| Octal | 106 | 126 | 313 | 102 | 72 | 0 | 24 | 351 | 70 | 66 |
| Binary | 1000110 | 1010110 | 11001011 | 1000010 | 111010 | 0 | 10100 | 11101001 | 111000 | 110110 |
Color Harmonies of #4656CB
Complementary color
Monochromatic Colors of #4656CB
Black with #4656CB
Text Example
Text Example
White with #4656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656CB; }
p { color: rgb(70,86,203); }
H1.HeaderClassName
{
color: #4656CB;
}
.AnyTagClassName
{
color: #4656CB;
}
</style>
background-color css
<style>
a { background-color: #4656CB; }
a { background-color: rgb(70,86,203); }
div.DivClassName
{
background-color: #4656CB;
}
.BgClassName
{
background-color: #4656CB;
}
</style>
border-color css
<style>
span { border-color: #4656CB; }
span { border-color: rgb(70,86,203); }
td.TdClassName
{
border-color: #4656CB;
}
.TagClassName
{
border-color: #4656CB;
}
</style>