Shades of Free Speech Blue #4956CE
Tints of Free Speech Blue #4956CE
RGB
CMYK
RGB Variations
Color information
#4956CE (or 0x4956CE) is known color: Free Speech Blue. HEX triplet: 49, 56 and CE. RGB value is (73,86,206). Sum of RGB (Red+Green+Blue) = 73+86+206=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #4956CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4956CE is #B6A931. Grayscale: #5F5F5F. Windows color (decimal): -11970866 or 13522505. OLE color: 13522505.
HSL color Cylindrical-coordinate representation of color #4956CE: hue angle of 234.14º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4956CE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 86 | 206 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.19 |
| HSL | 234.14º | 0.58% | 0.55% | - |
| HSV(B) | 234.14º | 0.65% | 0.81% | - |
| XYZ | 17.22 | 12.53 | 59.9 | - |
| YUV | 95.79 | 190.19 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 206 | 0.65 | 0.58 | 0 | 0.19 | 234.14 | 0.58 | 0.55 |
| Hex | 49 | 56 | CE | 41 | 3A | 0 | 13 | EA | 3A | 37 |
| Octal | 111 | 126 | 316 | 101 | 72 | 0 | 23 | 352 | 72 | 67 |
| Binary | 1001001 | 1010110 | 11001110 | 1000001 | 111010 | 0 | 10011 | 11101010 | 111010 | 110111 |
Color Harmonies of #4956CE
Complementary color
Monochromatic Colors of #4956CE
Black with #4956CE
Text Example
Text Example
White with #4956CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4956CE; }
p { color: rgb(73,86,206); }
H1.HeaderClassName
{
color: #4956CE;
}
.AnyTagClassName
{
color: #4956CE;
}
</style>
background-color css
<style>
a { background-color: #4956CE; }
a { background-color: rgb(73,86,206); }
div.DivClassName
{
background-color: #4956CE;
}
.BgClassName
{
background-color: #4956CE;
}
</style>
border-color css
<style>
span { border-color: #4956CE; }
span { border-color: rgb(73,86,206); }
td.TdClassName
{
border-color: #4956CE;
}
.TagClassName
{
border-color: #4956CE;
}
</style>