Shades of Free Speech Blue #4558CF
Tints of Free Speech Blue #4558CF
RGB
CMYK
RGB Variations
Color information
#4558CF (or 0x4558CF) is known color: Free Speech Blue. HEX triplet: 45, 58 and CF. RGB value is (69,88,207). Sum of RGB (Red+Green+Blue) = 69+88+207=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #4558CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558CF is #BAA730. Grayscale: #5F5F5F. Windows color (decimal): -12232497 or 13588549. OLE color: 13588549.
HSL color Cylindrical-coordinate representation of color #4558CF: hue angle of 231.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4558CF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 88 | 207 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.19 |
| HSL | 231.74º | 0.59% | 0.54% | - |
| HSV(B) | 231.74º | 0.67% | 0.81% | - |
| XYZ | 17.21 | 12.75 | 60.59 | - |
| YUV | 95.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 207 | 0.67 | 0.57 | 0 | 0.19 | 231.74 | 0.59 | 0.54 |
| Hex | 45 | 58 | CF | 43 | 39 | 0 | 13 | E8 | 3B | 36 |
| Octal | 105 | 130 | 317 | 103 | 71 | 0 | 23 | 350 | 73 | 66 |
| Binary | 1000101 | 1011000 | 11001111 | 1000011 | 111001 | 0 | 10011 | 11101000 | 111011 | 110110 |
Color Harmonies of #4558CF
Complementary color
Monochromatic Colors of #4558CF
Black with #4558CF
Text Example
Text Example
White with #4558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558CF; }
p { color: rgb(69,88,207); }
H1.HeaderClassName
{
color: #4558CF;
}
.AnyTagClassName
{
color: #4558CF;
}
</style>
background-color css
<style>
a { background-color: #4558CF; }
a { background-color: rgb(69,88,207); }
div.DivClassName
{
background-color: #4558CF;
}
.BgClassName
{
background-color: #4558CF;
}
</style>
border-color css
<style>
span { border-color: #4558CF; }
span { border-color: rgb(69,88,207); }
td.TdClassName
{
border-color: #4558CF;
}
.TagClassName
{
border-color: #4558CF;
}
</style>