Shades of Free Speech Blue #4448BC
Tints of Free Speech Blue #4448BC
RGB
CMYK
RGB Variations
Color information
#4448BC (or 0x4448BC) is known color: Free Speech Blue. HEX triplet: 44, 48 and BC. RGB value is (68,72,188). Sum of RGB (Red+Green+Blue) = 68+72+188=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #4448BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448BC is #BBB743. Grayscale: #535353. Windows color (decimal): -12302148 or 12339268. OLE color: 12339268.
HSL color Cylindrical-coordinate representation of color #4448BC: hue angle of 238º 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 #4448BC is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 72 | 188 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.26 |
| HSL | 238º | 0.47% | 0.5% | - |
| HSV(B) | 238º | 0.64% | 0.74% | - |
| XYZ | 13.78 | 9.49 | 48.68 | - |
| YUV | 84.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 188 | 0.64 | 0.62 | 0 | 0.26 | 238 | 0.47 | 0.5 |
| Hex | 44 | 48 | BC | 40 | 3E | 0 | 1A | EE | 2F | 32 |
| Octal | 104 | 110 | 274 | 100 | 76 | 0 | 32 | 356 | 57 | 62 |
| Binary | 1000100 | 1001000 | 10111100 | 1000000 | 111110 | 0 | 11010 | 11101110 | 101111 | 110010 |
Color Harmonies of #4448BC
Complementary color
Monochromatic Colors of #4448BC
Black with #4448BC
Text Example
Text Example
White with #4448BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4448BC; }
p { color: rgb(68,72,188); }
H1.HeaderClassName
{
color: #4448BC;
}
.AnyTagClassName
{
color: #4448BC;
}
</style>
background-color css
<style>
a { background-color: #4448BC; }
a { background-color: rgb(68,72,188); }
div.DivClassName
{
background-color: #4448BC;
}
.BgClassName
{
background-color: #4448BC;
}
</style>
border-color css
<style>
span { border-color: #4448BC; }
span { border-color: rgb(68,72,188); }
td.TdClassName
{
border-color: #4448BC;
}
.TagClassName
{
border-color: #4448BC;
}
</style>