Shades of Free Speech Blue #4756CE
Tints of Free Speech Blue #4756CE
RGB
CMYK
RGB Variations
Color information
#4756CE (or 0x4756CE) is known color: Free Speech Blue. HEX triplet: 47, 56 and CE. RGB value is (71,86,206). Sum of RGB (Red+Green+Blue) = 71+86+206=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #4756CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4756CE is #B8A931. Grayscale: #5E5E5E. Windows color (decimal): -12101938 or 13522503. OLE color: 13522503.
HSL color Cylindrical-coordinate representation of color #4756CE: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4756CE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 86 | 206 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.19 |
| HSL | 233.33º | 0.58% | 0.54% | - |
| HSV(B) | 233.33º | 0.66% | 0.81% | - |
| XYZ | 17.07 | 12.45 | 59.9 | - |
| YUV | 95.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 206 | 0.66 | 0.58 | 0 | 0.19 | 233.33 | 0.58 | 0.54 |
| Hex | 47 | 56 | CE | 42 | 3A | 0 | 13 | E9 | 3A | 36 |
| Octal | 107 | 126 | 316 | 102 | 72 | 0 | 23 | 351 | 72 | 66 |
| Binary | 1000111 | 1010110 | 11001110 | 1000010 | 111010 | 0 | 10011 | 11101001 | 111010 | 110110 |
Color Harmonies of #4756CE
Complementary color
Monochromatic Colors of #4756CE
Black with #4756CE
Text Example
Text Example
White with #4756CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756CE; }
p { color: rgb(71,86,206); }
H1.HeaderClassName
{
color: #4756CE;
}
.AnyTagClassName
{
color: #4756CE;
}
</style>
background-color css
<style>
a { background-color: #4756CE; }
a { background-color: rgb(71,86,206); }
div.DivClassName
{
background-color: #4756CE;
}
.BgClassName
{
background-color: #4756CE;
}
</style>
border-color css
<style>
span { border-color: #4756CE; }
span { border-color: rgb(71,86,206); }
td.TdClassName
{
border-color: #4756CE;
}
.TagClassName
{
border-color: #4756CE;
}
</style>