Shades of Free Speech Blue #4561CB
Tints of Free Speech Blue #4561CB
RGB
CMYK
RGB Variations
Color information
#4561CB (or 0x4561CB) is known color: Free Speech Blue. HEX triplet: 45, 61 and CB. RGB value is (69,97,203). Sum of RGB (Red+Green+Blue) = 69+97+203=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #4561CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561CB is #BA9E34. Grayscale: #646464. Windows color (decimal): -12230197 or 13328709. OLE color: 13328709.
HSL color Cylindrical-coordinate representation of color #4561CB: hue angle of 227.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4561CB is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 97 | 203 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.20 |
| HSL | 227.46º | 0.56% | 0.53% | - |
| HSV(B) | 227.46º | 0.66% | 0.8% | - |
| XYZ | 17.51 | 14.13 | 58.3 | - |
| YUV | 100.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 203 | 0.66 | 0.52 | 0 | 0.20 | 227.46 | 0.56 | 0.53 |
| Hex | 45 | 61 | CB | 42 | 34 | 0 | 14 | E3 | 38 | 35 |
| Octal | 105 | 141 | 313 | 102 | 64 | 0 | 24 | 343 | 70 | 65 |
| Binary | 1000101 | 1100001 | 11001011 | 1000010 | 110100 | 0 | 10100 | 11100011 | 111000 | 110101 |
Color Harmonies of #4561CB
Complementary color
Monochromatic Colors of #4561CB
Black with #4561CB
Text Example
Text Example
White with #4561CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561CB; }
p { color: rgb(69,97,203); }
H1.HeaderClassName
{
color: #4561CB;
}
.AnyTagClassName
{
color: #4561CB;
}
</style>
background-color css
<style>
a { background-color: #4561CB; }
a { background-color: rgb(69,97,203); }
div.DivClassName
{
background-color: #4561CB;
}
.BgClassName
{
background-color: #4561CB;
}
</style>
border-color css
<style>
span { border-color: #4561CB; }
span { border-color: rgb(69,97,203); }
td.TdClassName
{
border-color: #4561CB;
}
.TagClassName
{
border-color: #4561CB;
}
</style>