Shades of Free Speech Blue #4552C2
Tints of Free Speech Blue #4552C2
RGB
CMYK
RGB Variations
Color information
#4552C2 (or 0x4552C2) is known color: Free Speech Blue. HEX triplet: 45, 52 and C2. RGB value is (69,82,194). Sum of RGB (Red+Green+Blue) = 69+82+194=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #4552C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4552C2 is #BAAD3D. Grayscale: #5A5A5A. Windows color (decimal): -12234046 or 12735045. OLE color: 12735045.
HSL color Cylindrical-coordinate representation of color #4552C2: hue angle of 233.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4552C2 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 82 | 194 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.24 |
| HSL | 233.76º | 0.51% | 0.52% | - |
| HSV(B) | 233.76º | 0.64% | 0.76% | - |
| XYZ | 15.21 | 11.19 | 52.4 | - |
| YUV | 90.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 194 | 0.64 | 0.58 | 0 | 0.24 | 233.76 | 0.51 | 0.52 |
| Hex | 45 | 52 | C2 | 40 | 3A | 0 | 18 | EA | 33 | 34 |
| Octal | 105 | 122 | 302 | 100 | 72 | 0 | 30 | 352 | 63 | 64 |
| Binary | 1000101 | 1010010 | 11000010 | 1000000 | 111010 | 0 | 11000 | 11101010 | 110011 | 110100 |
Color Harmonies of #4552C2
Complementary color
Monochromatic Colors of #4552C2
Black with #4552C2
Text Example
Text Example
White with #4552C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4552C2; }
p { color: rgb(69,82,194); }
H1.HeaderClassName
{
color: #4552C2;
}
.AnyTagClassName
{
color: #4552C2;
}
</style>
background-color css
<style>
a { background-color: #4552C2; }
a { background-color: rgb(69,82,194); }
div.DivClassName
{
background-color: #4552C2;
}
.BgClassName
{
background-color: #4552C2;
}
</style>
border-color css
<style>
span { border-color: #4552C2; }
span { border-color: rgb(69,82,194); }
td.TdClassName
{
border-color: #4552C2;
}
.TagClassName
{
border-color: #4552C2;
}
</style>