Shades of Free Speech Blue #4552C0
Tints of Free Speech Blue #4552C0
RGB
CMYK
RGB Variations
Color information
#4552C0 (or 0x4552C0) is known color: Free Speech Blue. HEX triplet: 45, 52 and C0. RGB value is (69,82,192). Sum of RGB (Red+Green+Blue) = 69+82+192=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #4552C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552C0 is #BAAD3F. Grayscale: #5A5A5A. Windows color (decimal): -12234048 or 12603973. OLE color: 12603973.
HSL color Cylindrical-coordinate representation of color #4552C0: hue angle of 233.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4552C0 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 82 | 192 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.25 |
| HSL | 233.66º | 0.49% | 0.51% | - |
| HSV(B) | 233.66º | 0.64% | 0.75% | - |
| XYZ | 14.99 | 11.11 | 51.22 | - |
| YUV | 90.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 192 | 0.64 | 0.57 | 0 | 0.25 | 233.66 | 0.49 | 0.51 |
| Hex | 45 | 52 | C0 | 40 | 39 | 0 | 19 | EA | 31 | 33 |
| Octal | 105 | 122 | 300 | 100 | 71 | 0 | 31 | 352 | 61 | 63 |
| Binary | 1000101 | 1010010 | 11000000 | 1000000 | 111001 | 0 | 11001 | 11101010 | 110001 | 110011 |
Color Harmonies of #4552C0
Complementary color
Monochromatic Colors of #4552C0
Black with #4552C0
Text Example
Text Example
White with #4552C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552C0; }
p { color: rgb(69,82,192); }
H1.HeaderClassName
{
color: #4552C0;
}
.AnyTagClassName
{
color: #4552C0;
}
</style>
background-color css
<style>
a { background-color: #4552C0; }
a { background-color: rgb(69,82,192); }
div.DivClassName
{
background-color: #4552C0;
}
.BgClassName
{
background-color: #4552C0;
}
</style>
border-color css
<style>
span { border-color: #4552C0; }
span { border-color: rgb(69,82,192); }
td.TdClassName
{
border-color: #4552C0;
}
.TagClassName
{
border-color: #4552C0;
}
</style>