Shades of Free Speech Blue #4558D7
Tints of Free Speech Blue #4558D7
RGB
CMYK
RGB Variations
Color information
#4558D7 (or 0x4558D7) is known color: Free Speech Blue. HEX triplet: 45, 58 and D7. RGB value is (69,88,215). Sum of RGB (Red+Green+Blue) = 69+88+215=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #4558D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558D7 is #BAA728. Grayscale: #606060. Windows color (decimal): -12232489 or 14112837. OLE color: 14112837.
HSL color Cylindrical-coordinate representation of color #4558D7: hue angle of 232.19º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4558D7 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 88 | 215 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.16 |
| HSL | 232.19º | 0.65% | 0.56% | - |
| HSV(B) | 232.19º | 0.68% | 0.84% | - |
| XYZ | 18.21 | 13.15 | 65.87 | - |
| YUV | 96.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 215 | 0.68 | 0.59 | 0 | 0.16 | 232.19 | 0.65 | 0.56 |
| Hex | 45 | 58 | D7 | 44 | 3B | 0 | 10 | E8 | 41 | 38 |
| Octal | 105 | 130 | 327 | 104 | 73 | 0 | 20 | 350 | 101 | 70 |
| Binary | 1000101 | 1011000 | 11010111 | 1000100 | 111011 | 0 | 10000 | 11101000 | 1000001 | 111000 |
Color Harmonies of #4558D7
Complementary color
Monochromatic Colors of #4558D7
Black with #4558D7
Text Example
Text Example
White with #4558D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558D7; }
p { color: rgb(69,88,215); }
H1.HeaderClassName
{
color: #4558D7;
}
.AnyTagClassName
{
color: #4558D7;
}
</style>
background-color css
<style>
a { background-color: #4558D7; }
a { background-color: rgb(69,88,215); }
div.DivClassName
{
background-color: #4558D7;
}
.BgClassName
{
background-color: #4558D7;
}
</style>
border-color css
<style>
span { border-color: #4558D7; }
span { border-color: rgb(69,88,215); }
td.TdClassName
{
border-color: #4558D7;
}
.TagClassName
{
border-color: #4558D7;
}
</style>