Shades of Free Speech Blue #4554C2
Tints of Free Speech Blue #4554C2
RGB
CMYK
RGB Variations
Color information
#4554C2 (or 0x4554C2) is known color: Free Speech Blue. HEX triplet: 45, 54 and C2. RGB value is (69,84,194). Sum of RGB (Red+Green+Blue) = 69+84+194=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #4554C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4554C2 is #BAAB3D. Grayscale: #5B5B5B. Windows color (decimal): -12233534 or 12735557. OLE color: 12735557.
HSL color Cylindrical-coordinate representation of color #4554C2: hue angle of 232.8º 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 #4554C2 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 84 | 194 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.24 |
| HSL | 232.8º | 0.51% | 0.52% | - |
| HSV(B) | 232.8º | 0.64% | 0.76% | - |
| XYZ | 15.36 | 11.5 | 52.45 | - |
| YUV | 92.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 194 | 0.64 | 0.57 | 0 | 0.24 | 232.8 | 0.51 | 0.52 |
| Hex | 45 | 54 | C2 | 40 | 39 | 0 | 18 | E9 | 33 | 34 |
| Octal | 105 | 124 | 302 | 100 | 71 | 0 | 30 | 351 | 63 | 64 |
| Binary | 1000101 | 1010100 | 11000010 | 1000000 | 111001 | 0 | 11000 | 11101001 | 110011 | 110100 |
Color Harmonies of #4554C2
Complementary color
Monochromatic Colors of #4554C2
Black with #4554C2
Text Example
Text Example
White with #4554C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4554C2; }
p { color: rgb(69,84,194); }
H1.HeaderClassName
{
color: #4554C2;
}
.AnyTagClassName
{
color: #4554C2;
}
</style>
background-color css
<style>
a { background-color: #4554C2; }
a { background-color: rgb(69,84,194); }
div.DivClassName
{
background-color: #4554C2;
}
.BgClassName
{
background-color: #4554C2;
}
</style>
border-color css
<style>
span { border-color: #4554C2; }
span { border-color: rgb(69,84,194); }
td.TdClassName
{
border-color: #4554C2;
}
.TagClassName
{
border-color: #4554C2;
}
</style>