Shades of Free Speech Blue #4958CE
Tints of Free Speech Blue #4958CE
RGB
CMYK
RGB Variations
Color information
#4958CE (or 0x4958CE) is known color: Free Speech Blue. HEX triplet: 49, 58 and CE. RGB value is (73,88,206). Sum of RGB (Red+Green+Blue) = 73+88+206=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #4958CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958CE is #B6A731. Grayscale: #606060. Windows color (decimal): -11970354 or 13523017. OLE color: 13523017.
HSL color Cylindrical-coordinate representation of color #4958CE: hue angle of 233.23º 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 #4958CE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 88 | 206 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.19 |
| HSL | 233.23º | 0.58% | 0.55% | - |
| HSV(B) | 233.23º | 0.65% | 0.81% | - |
| XYZ | 17.38 | 12.85 | 59.96 | - |
| YUV | 96.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 206 | 0.65 | 0.57 | 0 | 0.19 | 233.23 | 0.58 | 0.55 |
| Hex | 49 | 58 | CE | 41 | 39 | 0 | 13 | E9 | 3A | 37 |
| Octal | 111 | 130 | 316 | 101 | 71 | 0 | 23 | 351 | 72 | 67 |
| Binary | 1001001 | 1011000 | 11001110 | 1000001 | 111001 | 0 | 10011 | 11101001 | 111010 | 110111 |
Color Harmonies of #4958CE
Complementary color
Monochromatic Colors of #4958CE
Black with #4958CE
Text Example
Text Example
White with #4958CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958CE; }
p { color: rgb(73,88,206); }
H1.HeaderClassName
{
color: #4958CE;
}
.AnyTagClassName
{
color: #4958CE;
}
</style>
background-color css
<style>
a { background-color: #4958CE; }
a { background-color: rgb(73,88,206); }
div.DivClassName
{
background-color: #4958CE;
}
.BgClassName
{
background-color: #4958CE;
}
</style>
border-color css
<style>
span { border-color: #4958CE; }
span { border-color: rgb(73,88,206); }
td.TdClassName
{
border-color: #4958CE;
}
.TagClassName
{
border-color: #4958CE;
}
</style>