Shades of Free Speech Blue #4256BC
Tints of Free Speech Blue #4256BC
RGB
CMYK
RGB Variations
Color information
#4256BC (or 0x4256BC) is known color: Free Speech Blue. HEX triplet: 42, 56 and BC. RGB value is (66,86,188). Sum of RGB (Red+Green+Blue) = 66+86+188=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #4256BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256BC is #BDA943. Grayscale: #5B5B5B. Windows color (decimal): -12429636 or 12342850. OLE color: 12342850.
HSL color Cylindrical-coordinate representation of color #4256BC: hue angle of 230.16º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4256BC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 86 | 188 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.26 |
| HSL | 230.16º | 0.48% | 0.5% | - |
| HSV(B) | 230.16º | 0.65% | 0.74% | - |
| XYZ | 14.65 | 11.44 | 49.01 | - |
| YUV | 91.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 188 | 0.65 | 0.54 | 0 | 0.26 | 230.16 | 0.48 | 0.5 |
| Hex | 42 | 56 | BC | 41 | 36 | 0 | 1A | E6 | 30 | 32 |
| Octal | 102 | 126 | 274 | 101 | 66 | 0 | 32 | 346 | 60 | 62 |
| Binary | 1000010 | 1010110 | 10111100 | 1000001 | 110110 | 0 | 11010 | 11100110 | 110000 | 110010 |
Color Harmonies of #4256BC
Complementary color
Monochromatic Colors of #4256BC
Black with #4256BC
Text Example
Text Example
White with #4256BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256BC; }
p { color: rgb(66,86,188); }
H1.HeaderClassName
{
color: #4256BC;
}
.AnyTagClassName
{
color: #4256BC;
}
</style>
background-color css
<style>
a { background-color: #4256BC; }
a { background-color: rgb(66,86,188); }
div.DivClassName
{
background-color: #4256BC;
}
.BgClassName
{
background-color: #4256BC;
}
</style>
border-color css
<style>
span { border-color: #4256BC; }
span { border-color: rgb(66,86,188); }
td.TdClassName
{
border-color: #4256BC;
}
.TagClassName
{
border-color: #4256BC;
}
</style>