Shades of Free Speech Blue #444FB4
Tints of Free Speech Blue #444FB4
RGB
CMYK
RGB Variations
Color information
#444FB4 (or 0x444FB4) is known color: Free Speech Blue. HEX triplet: 44, 4F and B4. RGB value is (68,79,180). Sum of RGB (Red+Green+Blue) = 68+79+180=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #444FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FB4 is #BBB04B. Grayscale: #565656. Windows color (decimal): -12300364 or 11816772. OLE color: 11816772.
HSL color Cylindrical-coordinate representation of color #444FB4: hue angle of 234.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444FB4 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 79 | 180 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.29 |
| HSL | 234.11º | 0.45% | 0.49% | - |
| HSV(B) | 234.11º | 0.62% | 0.71% | - |
| XYZ | 13.42 | 10.12 | 44.43 | - |
| YUV | 87.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 180 | 0.62 | 0.56 | 0 | 0.29 | 234.11 | 0.45 | 0.49 |
| Hex | 44 | 4F | B4 | 3E | 38 | 0 | 1D | EA | 2D | 31 |
| Octal | 104 | 117 | 264 | 76 | 70 | 0 | 35 | 352 | 55 | 61 |
| Binary | 1000100 | 1001111 | 10110100 | 111110 | 111000 | 0 | 11101 | 11101010 | 101101 | 110001 |
Color Harmonies of #444FB4
Complementary color
Monochromatic Colors of #444FB4
Black with #444FB4
Text Example
Text Example
White with #444FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FB4; }
p { color: rgb(68,79,180); }
H1.HeaderClassName
{
color: #444FB4;
}
.AnyTagClassName
{
color: #444FB4;
}
</style>
background-color css
<style>
a { background-color: #444FB4; }
a { background-color: rgb(68,79,180); }
div.DivClassName
{
background-color: #444FB4;
}
.BgClassName
{
background-color: #444FB4;
}
</style>
border-color css
<style>
span { border-color: #444FB4; }
span { border-color: rgb(68,79,180); }
td.TdClassName
{
border-color: #444FB4;
}
.TagClassName
{
border-color: #444FB4;
}
</style>