Shades of Free Speech Blue #4256B9
Tints of Free Speech Blue #4256B9
RGB
CMYK
RGB Variations
Color information
#4256B9 (or 0x4256B9) is known color: Free Speech Blue. HEX triplet: 42, 56 and B9. RGB value is (66,86,185). Sum of RGB (Red+Green+Blue) = 66+86+185=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #4256B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256B9 is #BDA946. Grayscale: #5A5A5A. Windows color (decimal): -12429639 or 12146242. OLE color: 12146242.
HSL color Cylindrical-coordinate representation of color #4256B9: hue angle of 229.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4256B9 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 86 | 185 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.27 |
| HSL | 229.92º | 0.47% | 0.49% | - |
| HSV(B) | 229.92º | 0.64% | 0.73% | - |
| XYZ | 14.33 | 11.32 | 47.33 | - |
| YUV | 91.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 185 | 0.64 | 0.54 | 0 | 0.27 | 229.92 | 0.47 | 0.49 |
| Hex | 42 | 56 | B9 | 40 | 36 | 0 | 1B | E6 | 2F | 31 |
| Octal | 102 | 126 | 271 | 100 | 66 | 0 | 33 | 346 | 57 | 61 |
| Binary | 1000010 | 1010110 | 10111001 | 1000000 | 110110 | 0 | 11011 | 11100110 | 101111 | 110001 |
Color Harmonies of #4256B9
Complementary color
Monochromatic Colors of #4256B9
Black with #4256B9
Text Example
Text Example
White with #4256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256B9; }
p { color: rgb(66,86,185); }
H1.HeaderClassName
{
color: #4256B9;
}
.AnyTagClassName
{
color: #4256B9;
}
</style>
background-color css
<style>
a { background-color: #4256B9; }
a { background-color: rgb(66,86,185); }
div.DivClassName
{
background-color: #4256B9;
}
.BgClassName
{
background-color: #4256B9;
}
</style>
border-color css
<style>
span { border-color: #4256B9; }
span { border-color: rgb(66,86,185); }
td.TdClassName
{
border-color: #4256B9;
}
.TagClassName
{
border-color: #4256B9;
}
</style>