Shades of Free Speech Blue #444AB6
Tints of Free Speech Blue #444AB6
RGB
CMYK
RGB Variations
Color information
#444AB6 (or 0x444AB6) is known color: Free Speech Blue. HEX triplet: 44, 4A and B6. RGB value is (68,74,182). Sum of RGB (Red+Green+Blue) = 68+74+182=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #444AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AB6 is #BBB549. Grayscale: #545454. Windows color (decimal): -12301642 or 11946564. OLE color: 11946564.
HSL color Cylindrical-coordinate representation of color #444AB6: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444AB6 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 74 | 182 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.29 |
| HSL | 236.84º | 0.46% | 0.49% | - |
| HSV(B) | 236.84º | 0.63% | 0.71% | - |
| XYZ | 13.28 | 9.5 | 45.39 | - |
| YUV | 84.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 182 | 0.63 | 0.59 | 0 | 0.29 | 236.84 | 0.46 | 0.49 |
| Hex | 44 | 4A | B6 | 3F | 3B | 0 | 1D | ED | 2E | 31 |
| Octal | 104 | 112 | 266 | 77 | 73 | 0 | 35 | 355 | 56 | 61 |
| Binary | 1000100 | 1001010 | 10110110 | 111111 | 111011 | 0 | 11101 | 11101101 | 101110 | 110001 |
Color Harmonies of #444AB6
Complementary color
Monochromatic Colors of #444AB6
Black with #444AB6
Text Example
Text Example
White with #444AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AB6; }
p { color: rgb(68,74,182); }
H1.HeaderClassName
{
color: #444AB6;
}
.AnyTagClassName
{
color: #444AB6;
}
</style>
background-color css
<style>
a { background-color: #444AB6; }
a { background-color: rgb(68,74,182); }
div.DivClassName
{
background-color: #444AB6;
}
.BgClassName
{
background-color: #444AB6;
}
</style>
border-color css
<style>
span { border-color: #444AB6; }
span { border-color: rgb(68,74,182); }
td.TdClassName
{
border-color: #444AB6;
}
.TagClassName
{
border-color: #444AB6;
}
</style>