Shades of Free Speech Blue #4558D5
Tints of Free Speech Blue #4558D5
RGB
CMYK
RGB Variations
Color information
#4558D5 (or 0x4558D5) is known color: Free Speech Blue. HEX triplet: 45, 58 and D5. RGB value is (69,88,213). Sum of RGB (Red+Green+Blue) = 69+88+213=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #4558D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558D5 is #BAA72A. Grayscale: #606060. Windows color (decimal): -12232491 or 13981765. OLE color: 13981765.
HSL color Cylindrical-coordinate representation of color #4558D5: hue angle of 232.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4558D5 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 88 | 213 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.16 |
| HSL | 232.08º | 0.63% | 0.55% | - |
| HSV(B) | 232.08º | 0.68% | 0.84% | - |
| XYZ | 17.95 | 13.05 | 64.52 | - |
| YUV | 96.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 213 | 0.68 | 0.59 | 0 | 0.16 | 232.08 | 0.63 | 0.55 |
| Hex | 45 | 58 | D5 | 44 | 3B | 0 | 10 | E8 | 3F | 37 |
| Octal | 105 | 130 | 325 | 104 | 73 | 0 | 20 | 350 | 77 | 67 |
| Binary | 1000101 | 1011000 | 11010101 | 1000100 | 111011 | 0 | 10000 | 11101000 | 111111 | 110111 |
Color Harmonies of #4558D5
Complementary color
Monochromatic Colors of #4558D5
Black with #4558D5
Text Example
Text Example
White with #4558D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558D5; }
p { color: rgb(69,88,213); }
H1.HeaderClassName
{
color: #4558D5;
}
.AnyTagClassName
{
color: #4558D5;
}
</style>
background-color css
<style>
a { background-color: #4558D5; }
a { background-color: rgb(69,88,213); }
div.DivClassName
{
background-color: #4558D5;
}
.BgClassName
{
background-color: #4558D5;
}
</style>
border-color css
<style>
span { border-color: #4558D5; }
span { border-color: rgb(69,88,213); }
td.TdClassName
{
border-color: #4558D5;
}
.TagClassName
{
border-color: #4558D5;
}
</style>