Shades of Free Speech Blue #4044B4
Tints of Free Speech Blue #4044B4
RGB
CMYK
RGB Variations
Color information
#4044B4 (or 0x4044B4) is known color: Free Speech Blue. HEX triplet: 40, 44 and B4. RGB value is (64,68,180). Sum of RGB (Red+Green+Blue) = 64+68+180=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #4044B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4044B4 is #BFBB4B. Grayscale: #4F4F4F. Windows color (decimal): -12565324 or 11813952. OLE color: 11813952.
HSL color Cylindrical-coordinate representation of color #4044B4: hue angle of 237.93º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4044B4 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 68 | 180 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.29 |
| HSL | 237.93º | 0.48% | 0.48% | - |
| HSV(B) | 237.93º | 0.64% | 0.71% | - |
| XYZ | 12.42 | 8.52 | 44.17 | - |
| YUV | 79.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 180 | 0.64 | 0.62 | 0 | 0.29 | 237.93 | 0.48 | 0.48 |
| Hex | 40 | 44 | B4 | 40 | 3E | 0 | 1D | EE | 30 | 30 |
| Octal | 100 | 104 | 264 | 100 | 76 | 0 | 35 | 356 | 60 | 60 |
| Binary | 1000000 | 1000100 | 10110100 | 1000000 | 111110 | 0 | 11101 | 11101110 | 110000 | 110000 |
Color Harmonies of #4044B4
Complementary color
Monochromatic Colors of #4044B4
Black with #4044B4
Text Example
Text Example
White with #4044B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044B4; }
p { color: rgb(64,68,180); }
H1.HeaderClassName
{
color: #4044B4;
}
.AnyTagClassName
{
color: #4044B4;
}
</style>
background-color css
<style>
a { background-color: #4044B4; }
a { background-color: rgb(64,68,180); }
div.DivClassName
{
background-color: #4044B4;
}
.BgClassName
{
background-color: #4044B4;
}
</style>
border-color css
<style>
span { border-color: #4044B4; }
span { border-color: rgb(64,68,180); }
td.TdClassName
{
border-color: #4044B4;
}
.TagClassName
{
border-color: #4044B4;
}
</style>