Shades of Free Speech Blue #4552DC
Tints of Free Speech Blue #4552DC
RGB
CMYK
RGB Variations
Color information
#4552DC (or 0x4552DC) is known color: Free Speech Blue. HEX triplet: 45, 52 and DC. RGB value is (69,82,220). Sum of RGB (Red+Green+Blue) = 69+82+220=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #4552DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552DC is #BAAD23. Grayscale: #5D5D5D. Windows color (decimal): -12234020 or 14438981. OLE color: 14438981.
HSL color Cylindrical-coordinate representation of color #4552DC: hue angle of 234.83º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4552DC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 82 | 220 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.14 |
| HSL | 234.83º | 0.68% | 0.57% | - |
| HSV(B) | 234.83º | 0.69% | 0.86% | - |
| XYZ | 18.39 | 12.47 | 69.15 | - |
| YUV | 93.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 220 | 0.69 | 0.63 | 0 | 0.14 | 234.83 | 0.68 | 0.57 |
| Hex | 45 | 52 | DC | 45 | 3F | 0 | E | EB | 44 | 39 |
| Octal | 105 | 122 | 334 | 105 | 77 | 0 | 16 | 353 | 104 | 71 |
| Binary | 1000101 | 1010010 | 11011100 | 1000101 | 111111 | 0 | 1110 | 11101011 | 1000100 | 111001 |
Color Harmonies of #4552DC
Complementary color
Monochromatic Colors of #4552DC
Black with #4552DC
Text Example
Text Example
White with #4552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552DC; }
p { color: rgb(69,82,220); }
H1.HeaderClassName
{
color: #4552DC;
}
.AnyTagClassName
{
color: #4552DC;
}
</style>
background-color css
<style>
a { background-color: #4552DC; }
a { background-color: rgb(69,82,220); }
div.DivClassName
{
background-color: #4552DC;
}
.BgClassName
{
background-color: #4552DC;
}
</style>
border-color css
<style>
span { border-color: #4552DC; }
span { border-color: rgb(69,82,220); }
td.TdClassName
{
border-color: #4552DC;
}
.TagClassName
{
border-color: #4552DC;
}
</style>