Shades of Free Speech Blue #4456CF
Tints of Free Speech Blue #4456CF
RGB
CMYK
RGB Variations
Color information
#4456CF (or 0x4456CF) is known color: Free Speech Blue. HEX triplet: 44, 56 and CF. RGB value is (68,86,207). Sum of RGB (Red+Green+Blue) = 68+86+207=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #4456CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4456CF is #BBA930. Grayscale: #5D5D5D. Windows color (decimal): -12298545 or 13588036. OLE color: 13588036.
HSL color Cylindrical-coordinate representation of color #4456CF: hue angle of 232.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4456CF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 86 | 207 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.19 |
| HSL | 232.23º | 0.59% | 0.54% | - |
| HSV(B) | 232.23º | 0.67% | 0.81% | - |
| XYZ | 16.97 | 12.39 | 60.53 | - |
| YUV | 94.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 207 | 0.67 | 0.58 | 0 | 0.19 | 232.23 | 0.59 | 0.54 |
| Hex | 44 | 56 | CF | 43 | 3A | 0 | 13 | E8 | 3B | 36 |
| Octal | 104 | 126 | 317 | 103 | 72 | 0 | 23 | 350 | 73 | 66 |
| Binary | 1000100 | 1010110 | 11001111 | 1000011 | 111010 | 0 | 10011 | 11101000 | 111011 | 110110 |
Color Harmonies of #4456CF
Complementary color
Monochromatic Colors of #4456CF
Black with #4456CF
Text Example
Text Example
White with #4456CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4456CF; }
p { color: rgb(68,86,207); }
H1.HeaderClassName
{
color: #4456CF;
}
.AnyTagClassName
{
color: #4456CF;
}
</style>
background-color css
<style>
a { background-color: #4456CF; }
a { background-color: rgb(68,86,207); }
div.DivClassName
{
background-color: #4456CF;
}
.BgClassName
{
background-color: #4456CF;
}
</style>
border-color css
<style>
span { border-color: #4456CF; }
span { border-color: rgb(68,86,207); }
td.TdClassName
{
border-color: #4456CF;
}
.TagClassName
{
border-color: #4456CF;
}
</style>