Shades of Free Speech Blue #4C44DB
Tints of Free Speech Blue #4C44DB
RGB
CMYK
RGB Variations
Color information
#4C44DB (or 0x4C44DB) is known color: Free Speech Blue. HEX triplet: 4C, 44 and DB. RGB value is (76,68,219). Sum of RGB (Red+Green+Blue) = 76+68+219=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C44DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44DB is #B3BB24. Grayscale: #575757. Windows color (decimal): -11778853 or 14369868. OLE color: 14369868.
HSL color Cylindrical-coordinate representation of color #4C44DB: hue angle of 243.18º 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 #4C44DB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 68 | 219 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.14 |
| HSL | 243.18º | 0.68% | 0.56% | - |
| HSV(B) | 243.18º | 0.69% | 0.86% | - |
| XYZ | 17.83 | 10.79 | 68.16 | - |
| YUV | 87.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 219 | 0.65 | 0.69 | 0 | 0.14 | 243.18 | 0.68 | 0.56 |
| Hex | 4C | 44 | DB | 41 | 45 | 0 | E | F3 | 44 | 38 |
| Octal | 114 | 104 | 333 | 101 | 105 | 0 | 16 | 363 | 104 | 70 |
| Binary | 1001100 | 1000100 | 11011011 | 1000001 | 1000101 | 0 | 1110 | 11110011 | 1000100 | 111000 |
Color Harmonies of #4C44DB
Complementary color
Monochromatic Colors of #4C44DB
Black with #4C44DB
Text Example
Text Example
White with #4C44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C44DB; }
p { color: rgb(76,68,219); }
H1.HeaderClassName
{
color: #4C44DB;
}
.AnyTagClassName
{
color: #4C44DB;
}
</style>
background-color css
<style>
a { background-color: #4C44DB; }
a { background-color: rgb(76,68,219); }
div.DivClassName
{
background-color: #4C44DB;
}
.BgClassName
{
background-color: #4C44DB;
}
</style>
border-color css
<style>
span { border-color: #4C44DB; }
span { border-color: rgb(76,68,219); }
td.TdClassName
{
border-color: #4C44DB;
}
.TagClassName
{
border-color: #4C44DB;
}
</style>