Shades of Free Speech Blue #4553C3
Tints of Free Speech Blue #4553C3
RGB
CMYK
RGB Variations
Color information
#4553C3 (or 0x4553C3) is known color: Free Speech Blue. HEX triplet: 45, 53 and C3. RGB value is (69,83,195). Sum of RGB (Red+Green+Blue) = 69+83+195=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #4553C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4553C3 is #BAAC3C. Grayscale: #5B5B5B. Windows color (decimal): -12233789 or 12800837. OLE color: 12800837.
HSL color Cylindrical-coordinate representation of color #4553C3: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4553C3 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 83 | 195 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.24 |
| HSL | 233.33º | 0.51% | 0.52% | - |
| HSV(B) | 233.33º | 0.65% | 0.76% | - |
| XYZ | 15.4 | 11.39 | 53.02 | - |
| YUV | 91.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 195 | 0.65 | 0.57 | 0 | 0.24 | 233.33 | 0.51 | 0.52 |
| Hex | 45 | 53 | C3 | 41 | 39 | 0 | 18 | E9 | 33 | 34 |
| Octal | 105 | 123 | 303 | 101 | 71 | 0 | 30 | 351 | 63 | 64 |
| Binary | 1000101 | 1010011 | 11000011 | 1000001 | 111001 | 0 | 11000 | 11101001 | 110011 | 110100 |
Color Harmonies of #4553C3
Complementary color
Monochromatic Colors of #4553C3
Black with #4553C3
Text Example
Text Example
White with #4553C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553C3; }
p { color: rgb(69,83,195); }
H1.HeaderClassName
{
color: #4553C3;
}
.AnyTagClassName
{
color: #4553C3;
}
</style>
background-color css
<style>
a { background-color: #4553C3; }
a { background-color: rgb(69,83,195); }
div.DivClassName
{
background-color: #4553C3;
}
.BgClassName
{
background-color: #4553C3;
}
</style>
border-color css
<style>
span { border-color: #4553C3; }
span { border-color: rgb(69,83,195); }
td.TdClassName
{
border-color: #4553C3;
}
.TagClassName
{
border-color: #4553C3;
}
</style>