Shades of Free Speech Blue #4561C5
Tints of Free Speech Blue #4561C5
RGB
CMYK
RGB Variations
Color information
#4561C5 (or 0x4561C5) is known color: Free Speech Blue. HEX triplet: 45, 61 and C5. RGB value is (69,97,197). Sum of RGB (Red+Green+Blue) = 69+97+197=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #4561C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561C5 is #BA9E3A. Grayscale: #636363. Windows color (decimal): -12230203 or 12935493. OLE color: 12935493.
HSL color Cylindrical-coordinate representation of color #4561C5: hue angle of 226.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4561C5 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 97 | 197 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.23 |
| HSL | 226.88º | 0.52% | 0.52% | - |
| HSV(B) | 226.88º | 0.65% | 0.77% | - |
| XYZ | 16.81 | 13.85 | 54.61 | - |
| YUV | 100.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 197 | 0.65 | 0.51 | 0 | 0.23 | 226.88 | 0.52 | 0.52 |
| Hex | 45 | 61 | C5 | 41 | 33 | 0 | 17 | E3 | 34 | 34 |
| Octal | 105 | 141 | 305 | 101 | 63 | 0 | 27 | 343 | 64 | 64 |
| Binary | 1000101 | 1100001 | 11000101 | 1000001 | 110011 | 0 | 10111 | 11100011 | 110100 | 110100 |
Color Harmonies of #4561C5
Complementary color
Monochromatic Colors of #4561C5
Black with #4561C5
Text Example
Text Example
White with #4561C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561C5; }
p { color: rgb(69,97,197); }
H1.HeaderClassName
{
color: #4561C5;
}
.AnyTagClassName
{
color: #4561C5;
}
</style>
background-color css
<style>
a { background-color: #4561C5; }
a { background-color: rgb(69,97,197); }
div.DivClassName
{
background-color: #4561C5;
}
.BgClassName
{
background-color: #4561C5;
}
</style>
border-color css
<style>
span { border-color: #4561C5; }
span { border-color: rgb(69,97,197); }
td.TdClassName
{
border-color: #4561C5;
}
.TagClassName
{
border-color: #4561C5;
}
</style>