Shades of Free Speech Blue #4256AF
Tints of Free Speech Blue #4256AF
RGB
CMYK
RGB Variations
Color information
#4256AF (or 0x4256AF) is known color: Free Speech Blue. HEX triplet: 42, 56 and AF. RGB value is (66,86,175). Sum of RGB (Red+Green+Blue) = 66+86+175=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #4256AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4256AF is #BDA950. Grayscale: #595959. Windows color (decimal): -12429649 or 11490882. OLE color: 11490882.
HSL color Cylindrical-coordinate representation of color #4256AF: hue angle of 228.99º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4256AF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 86 | 175 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.31 |
| HSL | 228.99º | 0.45% | 0.47% | - |
| HSV(B) | 228.99º | 0.62% | 0.69% | - |
| XYZ | 13.31 | 10.91 | 41.96 | - |
| YUV | 90.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 175 | 0.62 | 0.51 | 0 | 0.31 | 228.99 | 0.45 | 0.47 |
| Hex | 42 | 56 | AF | 3E | 33 | 0 | 1F | E5 | 2D | 2F |
| Octal | 102 | 126 | 257 | 76 | 63 | 0 | 37 | 345 | 55 | 57 |
| Binary | 1000010 | 1010110 | 10101111 | 111110 | 110011 | 0 | 11111 | 11100101 | 101101 | 101111 |
Color Harmonies of #4256AF
Complementary color
Monochromatic Colors of #4256AF
Black with #4256AF
Text Example
Text Example
White with #4256AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256AF; }
p { color: rgb(66,86,175); }
H1.HeaderClassName
{
color: #4256AF;
}
.AnyTagClassName
{
color: #4256AF;
}
</style>
background-color css
<style>
a { background-color: #4256AF; }
a { background-color: rgb(66,86,175); }
div.DivClassName
{
background-color: #4256AF;
}
.BgClassName
{
background-color: #4256AF;
}
</style>
border-color css
<style>
span { border-color: #4256AF; }
span { border-color: rgb(66,86,175); }
td.TdClassName
{
border-color: #4256AF;
}
.TagClassName
{
border-color: #4256AF;
}
</style>