Shades of Free Speech Blue #444ADB
Tints of Free Speech Blue #444ADB
RGB
CMYK
RGB Variations
Color information
#444ADB (or 0x444ADB) is known color: Free Speech Blue. HEX triplet: 44, 4A and DB. RGB value is (68,74,219). Sum of RGB (Red+Green+Blue) = 68+74+219=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #444ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ADB is #BBB524. Grayscale: #585858. Windows color (decimal): -12301605 or 14371396. OLE color: 14371396.
HSL color Cylindrical-coordinate representation of color #444ADB: hue angle of 237.62º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444ADB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 74 | 219 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.14 |
| HSL | 237.62º | 0.68% | 0.56% | - |
| HSV(B) | 237.62º | 0.69% | 0.86% | - |
| XYZ | 17.62 | 11.24 | 68.26 | - |
| YUV | 88.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 219 | 0.69 | 0.66 | 0 | 0.14 | 237.62 | 0.68 | 0.56 |
| Hex | 44 | 4A | DB | 45 | 42 | 0 | E | EE | 44 | 38 |
| Octal | 104 | 112 | 333 | 105 | 102 | 0 | 16 | 356 | 104 | 70 |
| Binary | 1000100 | 1001010 | 11011011 | 1000101 | 1000010 | 0 | 1110 | 11101110 | 1000100 | 111000 |
Color Harmonies of #444ADB
Complementary color
Monochromatic Colors of #444ADB
Black with #444ADB
Text Example
Text Example
White with #444ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444ADB; }
p { color: rgb(68,74,219); }
H1.HeaderClassName
{
color: #444ADB;
}
.AnyTagClassName
{
color: #444ADB;
}
</style>
background-color css
<style>
a { background-color: #444ADB; }
a { background-color: rgb(68,74,219); }
div.DivClassName
{
background-color: #444ADB;
}
.BgClassName
{
background-color: #444ADB;
}
</style>
border-color css
<style>
span { border-color: #444ADB; }
span { border-color: rgb(68,74,219); }
td.TdClassName
{
border-color: #444ADB;
}
.TagClassName
{
border-color: #444ADB;
}
</style>