Shades of Free Speech Blue #444CBD
Tints of Free Speech Blue #444CBD
RGB
CMYK
RGB Variations
Color information
#444CBD (or 0x444CBD) is known color: Free Speech Blue. HEX triplet: 44, 4C and BD. RGB value is (68,76,189). Sum of RGB (Red+Green+Blue) = 68+76+189=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #444CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CBD is #BBB342. Grayscale: #565656. Windows color (decimal): -12301123 or 12405828. OLE color: 12405828.
HSL color Cylindrical-coordinate representation of color #444CBD: hue angle of 236.03º degrees, saturation: 0.48, 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 #444CBD is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 76 | 189 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.26 |
| HSL | 236.03º | 0.48% | 0.5% | - |
| HSV(B) | 236.03º | 0.64% | 0.74% | - |
| XYZ | 14.15 | 10.07 | 49.34 | - |
| YUV | 86.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 189 | 0.64 | 0.60 | 0 | 0.26 | 236.03 | 0.48 | 0.5 |
| Hex | 44 | 4C | BD | 40 | 3C | 0 | 1A | EC | 30 | 32 |
| Octal | 104 | 114 | 275 | 100 | 74 | 0 | 32 | 354 | 60 | 62 |
| Binary | 1000100 | 1001100 | 10111101 | 1000000 | 111100 | 0 | 11010 | 11101100 | 110000 | 110010 |
Color Harmonies of #444CBD
Complementary color
Monochromatic Colors of #444CBD
Black with #444CBD
Text Example
Text Example
White with #444CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CBD; }
p { color: rgb(68,76,189); }
H1.HeaderClassName
{
color: #444CBD;
}
.AnyTagClassName
{
color: #444CBD;
}
</style>
background-color css
<style>
a { background-color: #444CBD; }
a { background-color: rgb(68,76,189); }
div.DivClassName
{
background-color: #444CBD;
}
.BgClassName
{
background-color: #444CBD;
}
</style>
border-color css
<style>
span { border-color: #444CBD; }
span { border-color: rgb(68,76,189); }
td.TdClassName
{
border-color: #444CBD;
}
.TagClassName
{
border-color: #444CBD;
}
</style>