Shades of Free Speech Blue #4958C2
Tints of Free Speech Blue #4958C2
RGB
CMYK
RGB Variations
Color information
#4958C2 (or 0x4958C2) is known color: Free Speech Blue. HEX triplet: 49, 58 and C2. RGB value is (73,88,194). Sum of RGB (Red+Green+Blue) = 73+88+194=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #4958C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958C2 is #B6A73D. Grayscale: #5F5F5F. Windows color (decimal): -11970366 or 12736585. OLE color: 12736585.
HSL color Cylindrical-coordinate representation of color #4958C2: hue angle of 232.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4958C2 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 88 | 194 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.24 |
| HSL | 232.56º | 0.5% | 0.52% | - |
| HSV(B) | 232.56º | 0.62% | 0.76% | - |
| XYZ | 15.97 | 12.29 | 52.57 | - |
| YUV | 95.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 194 | 0.62 | 0.55 | 0 | 0.24 | 232.56 | 0.5 | 0.52 |
| Hex | 49 | 58 | C2 | 3E | 37 | 0 | 18 | E9 | 32 | 34 |
| Octal | 111 | 130 | 302 | 76 | 67 | 0 | 30 | 351 | 62 | 64 |
| Binary | 1001001 | 1011000 | 11000010 | 111110 | 110111 | 0 | 11000 | 11101001 | 110010 | 110100 |
Color Harmonies of #4958C2
Complementary color
Monochromatic Colors of #4958C2
Black with #4958C2
Text Example
Text Example
White with #4958C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958C2; }
p { color: rgb(73,88,194); }
H1.HeaderClassName
{
color: #4958C2;
}
.AnyTagClassName
{
color: #4958C2;
}
</style>
background-color css
<style>
a { background-color: #4958C2; }
a { background-color: rgb(73,88,194); }
div.DivClassName
{
background-color: #4958C2;
}
.BgClassName
{
background-color: #4958C2;
}
</style>
border-color css
<style>
span { border-color: #4958C2; }
span { border-color: rgb(73,88,194); }
td.TdClassName
{
border-color: #4958C2;
}
.TagClassName
{
border-color: #4958C2;
}
</style>