Shades of Free Speech Blue #4558C9
Tints of Free Speech Blue #4558C9
RGB
CMYK
RGB Variations
Color information
#4558C9 (or 0x4558C9) is known color: Free Speech Blue. HEX triplet: 45, 58 and C9. RGB value is (69,88,201). Sum of RGB (Red+Green+Blue) = 69+88+201=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #4558C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558C9 is #BAA736. Grayscale: #5E5E5E. Windows color (decimal): -12232503 or 13195333. OLE color: 13195333.
HSL color Cylindrical-coordinate representation of color #4558C9: hue angle of 231.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4558C9 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 88 | 201 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.21 |
| HSL | 231.36º | 0.55% | 0.53% | - |
| HSV(B) | 231.36º | 0.66% | 0.79% | - |
| XYZ | 16.49 | 12.46 | 56.79 | - |
| YUV | 95.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 201 | 0.66 | 0.56 | 0 | 0.21 | 231.36 | 0.55 | 0.53 |
| Hex | 45 | 58 | C9 | 42 | 38 | 0 | 15 | E7 | 37 | 35 |
| Octal | 105 | 130 | 311 | 102 | 70 | 0 | 25 | 347 | 67 | 65 |
| Binary | 1000101 | 1011000 | 11001001 | 1000010 | 111000 | 0 | 10101 | 11100111 | 110111 | 110101 |
Color Harmonies of #4558C9
Complementary color
Monochromatic Colors of #4558C9
Black with #4558C9
Text Example
Text Example
White with #4558C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558C9; }
p { color: rgb(69,88,201); }
H1.HeaderClassName
{
color: #4558C9;
}
.AnyTagClassName
{
color: #4558C9;
}
</style>
background-color css
<style>
a { background-color: #4558C9; }
a { background-color: rgb(69,88,201); }
div.DivClassName
{
background-color: #4558C9;
}
.BgClassName
{
background-color: #4558C9;
}
</style>
border-color css
<style>
span { border-color: #4558C9; }
span { border-color: rgb(69,88,201); }
td.TdClassName
{
border-color: #4558C9;
}
.TagClassName
{
border-color: #4558C9;
}
</style>