Shades of Free Speech Blue #4457CE
Tints of Free Speech Blue #4457CE
RGB
CMYK
RGB Variations
Color information
#4457CE (or 0x4457CE) is known color: Free Speech Blue. HEX triplet: 44, 57 and CE. RGB value is (68,87,206). Sum of RGB (Red+Green+Blue) = 68+87+206=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4457CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4457CE is #BBA831. Grayscale: #5E5E5E. Windows color (decimal): -12298290 or 13522756. OLE color: 13522756.
HSL color Cylindrical-coordinate representation of color #4457CE: hue angle of 231.74º 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 #4457CE is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 87 | 206 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.19 |
| HSL | 231.74º | 0.58% | 0.54% | - |
| HSV(B) | 231.74º | 0.67% | 0.81% | - |
| XYZ | 16.93 | 12.5 | 59.91 | - |
| YUV | 94.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 206 | 0.67 | 0.58 | 0 | 0.19 | 231.74 | 0.58 | 0.54 |
| Hex | 44 | 57 | CE | 43 | 3A | 0 | 13 | E8 | 3A | 36 |
| Octal | 104 | 127 | 316 | 103 | 72 | 0 | 23 | 350 | 72 | 66 |
| Binary | 1000100 | 1010111 | 11001110 | 1000011 | 111010 | 0 | 10011 | 11101000 | 111010 | 110110 |
Color Harmonies of #4457CE
Complementary color
Monochromatic Colors of #4457CE
Black with #4457CE
Text Example
Text Example
White with #4457CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4457CE; }
p { color: rgb(68,87,206); }
H1.HeaderClassName
{
color: #4457CE;
}
.AnyTagClassName
{
color: #4457CE;
}
</style>
background-color css
<style>
a { background-color: #4457CE; }
a { background-color: rgb(68,87,206); }
div.DivClassName
{
background-color: #4457CE;
}
.BgClassName
{
background-color: #4457CE;
}
</style>
border-color css
<style>
span { border-color: #4457CE; }
span { border-color: rgb(68,87,206); }
td.TdClassName
{
border-color: #4457CE;
}
.TagClassName
{
border-color: #4457CE;
}
</style>