Shades of Free Speech Blue #4965CC
Tints of Free Speech Blue #4965CC
RGB
CMYK
RGB Variations
Color information
#4965CC (or 0x4965CC) is known color: Free Speech Blue. HEX triplet: 49, 65 and CC. RGB value is (73,101,204). Sum of RGB (Red+Green+Blue) = 73+101+204=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #4965CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965CC is #B69A33. Grayscale: #676767. Windows color (decimal): -11967028 or 13395273. OLE color: 13395273.
HSL color Cylindrical-coordinate representation of color #4965CC: hue angle of 227.18º 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 #4965CC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 101 | 204 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.2 |
| HSL | 227.18º | 0.56% | 0.54% | - |
| HSV(B) | 227.18º | 0.64% | 0.8% | - |
| XYZ | 18.3 | 15.08 | 59.07 | - |
| YUV | 104.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 204 | 0.64 | 0.50 | 0 | 0.2 | 227.18 | 0.56 | 0.54 |
| Hex | 49 | 65 | CC | 40 | 32 | 0 | 14 | E3 | 38 | 36 |
| Octal | 111 | 145 | 314 | 100 | 62 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001001 | 1100101 | 11001100 | 1000000 | 110010 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4965CC
Complementary color
Monochromatic Colors of #4965CC
Black with #4965CC
Text Example
Text Example
White with #4965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965CC; }
p { color: rgb(73,101,204); }
H1.HeaderClassName
{
color: #4965CC;
}
.AnyTagClassName
{
color: #4965CC;
}
</style>
background-color css
<style>
a { background-color: #4965CC; }
a { background-color: rgb(73,101,204); }
div.DivClassName
{
background-color: #4965CC;
}
.BgClassName
{
background-color: #4965CC;
}
</style>
border-color css
<style>
span { border-color: #4965CC; }
span { border-color: rgb(73,101,204); }
td.TdClassName
{
border-color: #4965CC;
}
.TagClassName
{
border-color: #4965CC;
}
</style>