Shades of Free Speech Blue #4456CE
Tints of Free Speech Blue #4456CE
RGB
CMYK
RGB Variations
Color information
#4456CE (or 0x4456CE) is known color: Free Speech Blue. HEX triplet: 44, 56 and CE. RGB value is (68,86,206). Sum of RGB (Red+Green+Blue) = 68+86+206=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #4456CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4456CE is #BBA931. Grayscale: #5D5D5D. Windows color (decimal): -12298546 or 13522500. OLE color: 13522500.
HSL color Cylindrical-coordinate representation of color #4456CE: hue angle of 232.17º degrees, saturation: 0.58, 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 #4456CE is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 86 | 206 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.19 |
| HSL | 232.17º | 0.58% | 0.54% | - |
| HSV(B) | 232.17º | 0.67% | 0.81% | - |
| XYZ | 16.85 | 12.34 | 59.89 | - |
| YUV | 94.3 | 191.04 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 206 | 0.67 | 0.58 | 0 | 0.19 | 232.17 | 0.58 | 0.54 |
| Hex | 44 | 56 | CE | 43 | 3A | 0 | 13 | E8 | 3A | 36 |
| Octal | 104 | 126 | 316 | 103 | 72 | 0 | 23 | 350 | 72 | 66 |
| Binary | 1000100 | 1010110 | 11001110 | 1000011 | 111010 | 0 | 10011 | 11101000 | 111010 | 110110 |
Color Harmonies of #4456CE
Complementary color
Monochromatic Colors of #4456CE
Black with #4456CE
Text Example
Text Example
White with #4456CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4456CE; }
p { color: rgb(68,86,206); }
H1.HeaderClassName
{
color: #4456CE;
}
.AnyTagClassName
{
color: #4456CE;
}
</style>
background-color css
<style>
a { background-color: #4456CE; }
a { background-color: rgb(68,86,206); }
div.DivClassName
{
background-color: #4456CE;
}
.BgClassName
{
background-color: #4456CE;
}
</style>
border-color css
<style>
span { border-color: #4456CE; }
span { border-color: rgb(68,86,206); }
td.TdClassName
{
border-color: #4456CE;
}
.TagClassName
{
border-color: #4456CE;
}
</style>