Shades of Free Speech Blue #4453BC
Tints of Free Speech Blue #4453BC
RGB
CMYK
RGB Variations
Color information
#4453BC (or 0x4453BC) is known color: Free Speech Blue. HEX triplet: 44, 53 and BC. RGB value is (68,83,188). Sum of RGB (Red+Green+Blue) = 68+83+188=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #4453BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4453BC is #BBAC43. Grayscale: #5A5A5A. Windows color (decimal): -12299332 or 12342084. OLE color: 12342084.
HSL color Cylindrical-coordinate representation of color #4453BC: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4453BC is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 83 | 188 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.26 |
| HSL | 232.5º | 0.47% | 0.5% | - |
| HSV(B) | 232.5º | 0.64% | 0.74% | - |
| XYZ | 14.55 | 11.05 | 48.94 | - |
| YUV | 90.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 188 | 0.64 | 0.56 | 0 | 0.26 | 232.5 | 0.47 | 0.5 |
| Hex | 44 | 53 | BC | 40 | 38 | 0 | 1A | E8 | 2F | 32 |
| Octal | 104 | 123 | 274 | 100 | 70 | 0 | 32 | 350 | 57 | 62 |
| Binary | 1000100 | 1010011 | 10111100 | 1000000 | 111000 | 0 | 11010 | 11101000 | 101111 | 110010 |
Color Harmonies of #4453BC
Complementary color
Monochromatic Colors of #4453BC
Black with #4453BC
Text Example
Text Example
White with #4453BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4453BC; }
p { color: rgb(68,83,188); }
H1.HeaderClassName
{
color: #4453BC;
}
.AnyTagClassName
{
color: #4453BC;
}
</style>
background-color css
<style>
a { background-color: #4453BC; }
a { background-color: rgb(68,83,188); }
div.DivClassName
{
background-color: #4453BC;
}
.BgClassName
{
background-color: #4453BC;
}
</style>
border-color css
<style>
span { border-color: #4453BC; }
span { border-color: rgb(68,83,188); }
td.TdClassName
{
border-color: #4453BC;
}
.TagClassName
{
border-color: #4453BC;
}
</style>