Shades of Free Speech Blue #4553C9
Tints of Free Speech Blue #4553C9
RGB
CMYK
RGB Variations
Color information
#4553C9 (or 0x4553C9) is known color: Free Speech Blue. HEX triplet: 45, 53 and C9. RGB value is (69,83,201). Sum of RGB (Red+Green+Blue) = 69+83+201=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #4553C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553C9 is #BAAC36. Grayscale: #5B5B5B. Windows color (decimal): -12233783 or 13194053. OLE color: 13194053.
HSL color Cylindrical-coordinate representation of color #4553C9: hue angle of 233.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4553C9 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 83 | 201 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.21 |
| HSL | 233.64º | 0.55% | 0.53% | - |
| HSV(B) | 233.64º | 0.66% | 0.79% | - |
| XYZ | 16.09 | 11.67 | 56.66 | - |
| YUV | 92.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 201 | 0.66 | 0.59 | 0 | 0.21 | 233.64 | 0.55 | 0.53 |
| Hex | 45 | 53 | C9 | 42 | 3B | 0 | 15 | EA | 37 | 35 |
| Octal | 105 | 123 | 311 | 102 | 73 | 0 | 25 | 352 | 67 | 65 |
| Binary | 1000101 | 1010011 | 11001001 | 1000010 | 111011 | 0 | 10101 | 11101010 | 110111 | 110101 |
Color Harmonies of #4553C9
Complementary color
Monochromatic Colors of #4553C9
Black with #4553C9
Text Example
Text Example
White with #4553C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553C9; }
p { color: rgb(69,83,201); }
H1.HeaderClassName
{
color: #4553C9;
}
.AnyTagClassName
{
color: #4553C9;
}
</style>
background-color css
<style>
a { background-color: #4553C9; }
a { background-color: rgb(69,83,201); }
div.DivClassName
{
background-color: #4553C9;
}
.BgClassName
{
background-color: #4553C9;
}
</style>
border-color css
<style>
span { border-color: #4553C9; }
span { border-color: rgb(69,83,201); }
td.TdClassName
{
border-color: #4553C9;
}
.TagClassName
{
border-color: #4553C9;
}
</style>