Shades of Free Speech Blue #4951CE
Tints of Free Speech Blue #4951CE
RGB
CMYK
RGB Variations
Color information
#4951CE (or 0x4951CE) is known color: Free Speech Blue. HEX triplet: 49, 51 and CE. RGB value is (73,81,206). Sum of RGB (Red+Green+Blue) = 73+81+206=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 81 (32.03% from 255 or 22.5% 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 #4951CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951CE is #B6AE31. Grayscale: #5C5C5C. Windows color (decimal): -11972146 or 13521225. OLE color: 13521225.
HSL color Cylindrical-coordinate representation of color #4951CE: hue angle of 236.39º 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 #4951CE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 81 | 206 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.19 |
| HSL | 236.39º | 0.58% | 0.55% | - |
| HSV(B) | 236.39º | 0.65% | 0.81% | - |
| XYZ | 16.83 | 11.76 | 59.77 | - |
| YUV | 92.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 206 | 0.65 | 0.61 | 0 | 0.19 | 236.39 | 0.58 | 0.55 |
| Hex | 49 | 51 | CE | 41 | 3D | 0 | 13 | EC | 3A | 37 |
| Octal | 111 | 121 | 316 | 101 | 75 | 0 | 23 | 354 | 72 | 67 |
| Binary | 1001001 | 1010001 | 11001110 | 1000001 | 111101 | 0 | 10011 | 11101100 | 111010 | 110111 |
Color Harmonies of #4951CE
Complementary color
Monochromatic Colors of #4951CE
Black with #4951CE
Text Example
Text Example
White with #4951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951CE; }
p { color: rgb(73,81,206); }
H1.HeaderClassName
{
color: #4951CE;
}
.AnyTagClassName
{
color: #4951CE;
}
</style>
background-color css
<style>
a { background-color: #4951CE; }
a { background-color: rgb(73,81,206); }
div.DivClassName
{
background-color: #4951CE;
}
.BgClassName
{
background-color: #4951CE;
}
</style>
border-color css
<style>
span { border-color: #4951CE; }
span { border-color: rgb(73,81,206); }
td.TdClassName
{
border-color: #4951CE;
}
.TagClassName
{
border-color: #4951CE;
}
</style>