Shades of Free Speech Blue #4963CE
Tints of Free Speech Blue #4963CE
RGB
CMYK
RGB Variations
Color information
#4963CE (or 0x4963CE) is known color: Free Speech Blue. HEX triplet: 49, 63 and CE. RGB value is (73,99,206). Sum of RGB (Red+Green+Blue) = 73+99+206=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #4963CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963CE is #B69C31. Grayscale: #666666. Windows color (decimal): -11967538 or 13525833. OLE color: 13525833.
HSL color Cylindrical-coordinate representation of color #4963CE: hue angle of 228.27º 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 #4963CE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 99 | 206 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.19 |
| HSL | 228.27º | 0.58% | 0.55% | - |
| HSV(B) | 228.27º | 0.65% | 0.81% | - |
| XYZ | 18.35 | 14.8 | 60.28 | - |
| YUV | 103.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 206 | 0.65 | 0.52 | 0 | 0.19 | 228.27 | 0.58 | 0.55 |
| Hex | 49 | 63 | CE | 41 | 34 | 0 | 13 | E4 | 3A | 37 |
| Octal | 111 | 143 | 316 | 101 | 64 | 0 | 23 | 344 | 72 | 67 |
| Binary | 1001001 | 1100011 | 11001110 | 1000001 | 110100 | 0 | 10011 | 11100100 | 111010 | 110111 |
Color Harmonies of #4963CE
Complementary color
Monochromatic Colors of #4963CE
Black with #4963CE
Text Example
Text Example
White with #4963CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963CE; }
p { color: rgb(73,99,206); }
H1.HeaderClassName
{
color: #4963CE;
}
.AnyTagClassName
{
color: #4963CE;
}
</style>
background-color css
<style>
a { background-color: #4963CE; }
a { background-color: rgb(73,99,206); }
div.DivClassName
{
background-color: #4963CE;
}
.BgClassName
{
background-color: #4963CE;
}
</style>
border-color css
<style>
span { border-color: #4963CE; }
span { border-color: rgb(73,99,206); }
td.TdClassName
{
border-color: #4963CE;
}
.TagClassName
{
border-color: #4963CE;
}
</style>