Shades of Free Speech Blue #4553B2
Tints of Free Speech Blue #4553B2
RGB
CMYK
RGB Variations
Color information
#4553B2 (or 0x4553B2) is known color: Free Speech Blue. HEX triplet: 45, 53 and B2. RGB value is (69,83,178). Sum of RGB (Red+Green+Blue) = 69+83+178=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #4553B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4553B2 is #BAAC4D. Grayscale: #595959. Windows color (decimal): -12233806 or 11686725. OLE color: 11686725.
HSL color Cylindrical-coordinate representation of color #4553B2: hue angle of 232.29º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4553B2 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 83 | 178 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.30 |
| HSL | 232.29º | 0.44% | 0.48% | - |
| HSV(B) | 232.29º | 0.61% | 0.7% | - |
| XYZ | 13.58 | 10.67 | 43.46 | - |
| YUV | 89.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 178 | 0.61 | 0.53 | 0 | 0.30 | 232.29 | 0.44 | 0.48 |
| Hex | 45 | 53 | B2 | 3D | 35 | 0 | 1E | E8 | 2C | 30 |
| Octal | 105 | 123 | 262 | 75 | 65 | 0 | 36 | 350 | 54 | 60 |
| Binary | 1000101 | 1010011 | 10110010 | 111101 | 110101 | 0 | 11110 | 11101000 | 101100 | 110000 |
Color Harmonies of #4553B2
Complementary color
Monochromatic Colors of #4553B2
Black with #4553B2
Text Example
Text Example
White with #4553B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553B2; }
p { color: rgb(69,83,178); }
H1.HeaderClassName
{
color: #4553B2;
}
.AnyTagClassName
{
color: #4553B2;
}
</style>
background-color css
<style>
a { background-color: #4553B2; }
a { background-color: rgb(69,83,178); }
div.DivClassName
{
background-color: #4553B2;
}
.BgClassName
{
background-color: #4553B2;
}
</style>
border-color css
<style>
span { border-color: #4553B2; }
span { border-color: rgb(69,83,178); }
td.TdClassName
{
border-color: #4553B2;
}
.TagClassName
{
border-color: #4553B2;
}
</style>