Shades of Free Speech Blue #4962CE
Tints of Free Speech Blue #4962CE
RGB
CMYK
RGB Variations
Color information
#4962CE (or 0x4962CE) is known color: Free Speech Blue. HEX triplet: 49, 62 and CE. RGB value is (73,98,206). Sum of RGB (Red+Green+Blue) = 73+98+206=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #4962CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4962CE is #B69D31. Grayscale: #666666. Windows color (decimal): -11967794 or 13525577. OLE color: 13525577.
HSL color Cylindrical-coordinate representation of color #4962CE: hue angle of 228.72º 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 #4962CE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 98 | 206 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.19 |
| HSL | 228.72º | 0.58% | 0.55% | - |
| HSV(B) | 228.72º | 0.65% | 0.81% | - |
| XYZ | 18.26 | 14.61 | 60.25 | - |
| YUV | 102.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 206 | 0.65 | 0.52 | 0 | 0.19 | 228.72 | 0.58 | 0.55 |
| Hex | 49 | 62 | CE | 41 | 34 | 0 | 13 | E5 | 3A | 37 |
| Octal | 111 | 142 | 316 | 101 | 64 | 0 | 23 | 345 | 72 | 67 |
| Binary | 1001001 | 1100010 | 11001110 | 1000001 | 110100 | 0 | 10011 | 11100101 | 111010 | 110111 |
Color Harmonies of #4962CE
Complementary color
Monochromatic Colors of #4962CE
Black with #4962CE
Text Example
Text Example
White with #4962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4962CE; }
p { color: rgb(73,98,206); }
H1.HeaderClassName
{
color: #4962CE;
}
.AnyTagClassName
{
color: #4962CE;
}
</style>
background-color css
<style>
a { background-color: #4962CE; }
a { background-color: rgb(73,98,206); }
div.DivClassName
{
background-color: #4962CE;
}
.BgClassName
{
background-color: #4962CE;
}
</style>
border-color css
<style>
span { border-color: #4962CE; }
span { border-color: rgb(73,98,206); }
td.TdClassName
{
border-color: #4962CE;
}
.TagClassName
{
border-color: #4962CE;
}
</style>