Shades of Free Speech Blue #4256CF
Tints of Free Speech Blue #4256CF
RGB
CMYK
RGB Variations
Color information
#4256CF (or 0x4256CF) is known color: Free Speech Blue. HEX triplet: 42, 56 and CF. RGB value is (66,86,207). Sum of RGB (Red+Green+Blue) = 66+86+207=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #4256CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256CF is #BDA930. Grayscale: #5D5D5D. Windows color (decimal): -12429617 or 13588034. OLE color: 13588034.
HSL color Cylindrical-coordinate representation of color #4256CF: hue angle of 231.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4256CF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 86 | 207 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.19 |
| HSL | 231.49º | 0.59% | 0.54% | - |
| HSV(B) | 231.49º | 0.68% | 0.81% | - |
| XYZ | 16.84 | 12.32 | 60.52 | - |
| YUV | 93.81 | 191.87 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 207 | 0.68 | 0.58 | 0 | 0.19 | 231.49 | 0.59 | 0.54 |
| Hex | 42 | 56 | CF | 44 | 3A | 0 | 13 | E7 | 3B | 36 |
| Octal | 102 | 126 | 317 | 104 | 72 | 0 | 23 | 347 | 73 | 66 |
| Binary | 1000010 | 1010110 | 11001111 | 1000100 | 111010 | 0 | 10011 | 11100111 | 111011 | 110110 |
Color Harmonies of #4256CF
Complementary color
Monochromatic Colors of #4256CF
Black with #4256CF
Text Example
Text Example
White with #4256CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256CF; }
p { color: rgb(66,86,207); }
H1.HeaderClassName
{
color: #4256CF;
}
.AnyTagClassName
{
color: #4256CF;
}
</style>
background-color css
<style>
a { background-color: #4256CF; }
a { background-color: rgb(66,86,207); }
div.DivClassName
{
background-color: #4256CF;
}
.BgClassName
{
background-color: #4256CF;
}
</style>
border-color css
<style>
span { border-color: #4256CF; }
span { border-color: rgb(66,86,207); }
td.TdClassName
{
border-color: #4256CF;
}
.TagClassName
{
border-color: #4256CF;
}
</style>