Shades of Free Speech Blue #4951CC
Tints of Free Speech Blue #4951CC
RGB
CMYK
RGB Variations
Color information
#4951CC (or 0x4951CC) is known color: Free Speech Blue. HEX triplet: 49, 51 and CC. RGB value is (73,81,204). Sum of RGB (Red+Green+Blue) = 73+81+204=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #4951CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951CC is #B6AE33. Grayscale: #5C5C5C. Windows color (decimal): -11972148 or 13390153. OLE color: 13390153.
HSL color Cylindrical-coordinate representation of color #4951CC: hue angle of 236.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4951CC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 81 | 204 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.2 |
| HSL | 236.34º | 0.56% | 0.54% | - |
| HSV(B) | 236.34º | 0.64% | 0.8% | - |
| XYZ | 16.59 | 11.66 | 58.5 | - |
| YUV | 92.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 204 | 0.64 | 0.60 | 0 | 0.2 | 236.34 | 0.56 | 0.54 |
| Hex | 49 | 51 | CC | 40 | 3C | 0 | 14 | EC | 38 | 36 |
| Octal | 111 | 121 | 314 | 100 | 74 | 0 | 24 | 354 | 70 | 66 |
| Binary | 1001001 | 1010001 | 11001100 | 1000000 | 111100 | 0 | 10100 | 11101100 | 111000 | 110110 |
Color Harmonies of #4951CC
Complementary color
Monochromatic Colors of #4951CC
Black with #4951CC
Text Example
Text Example
White with #4951CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951CC; }
p { color: rgb(73,81,204); }
H1.HeaderClassName
{
color: #4951CC;
}
.AnyTagClassName
{
color: #4951CC;
}
</style>
background-color css
<style>
a { background-color: #4951CC; }
a { background-color: rgb(73,81,204); }
div.DivClassName
{
background-color: #4951CC;
}
.BgClassName
{
background-color: #4951CC;
}
</style>
border-color css
<style>
span { border-color: #4951CC; }
span { border-color: rgb(73,81,204); }
td.TdClassName
{
border-color: #4951CC;
}
.TagClassName
{
border-color: #4951CC;
}
</style>