Shades of Free Speech Blue #4A44DB
Tints of Free Speech Blue #4A44DB
RGB
CMYK
RGB Variations
Color information
#4A44DB (or 0x4A44DB) is known color: Free Speech Blue. HEX triplet: 4A, 44 and DB. RGB value is (74,68,219). Sum of RGB (Red+Green+Blue) = 74+68+219=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 68 (26.95% from 255 or 18.84% 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 #4A44DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A44DB is #B5BB24. Grayscale: #565656. Windows color (decimal): -11909925 or 14369866. OLE color: 14369866.
HSL color Cylindrical-coordinate representation of color #4A44DB: hue angle of 242.38º 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 #4A44DB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 68 | 219 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.14 |
| HSL | 242.38º | 0.68% | 0.56% | - |
| HSV(B) | 242.38º | 0.69% | 0.86% | - |
| XYZ | 17.68 | 10.7 | 68.15 | - |
| YUV | 87.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 219 | 0.66 | 0.69 | 0 | 0.14 | 242.38 | 0.68 | 0.56 |
| Hex | 4A | 44 | DB | 42 | 45 | 0 | E | F2 | 44 | 38 |
| Octal | 112 | 104 | 333 | 102 | 105 | 0 | 16 | 362 | 104 | 70 |
| Binary | 1001010 | 1000100 | 11011011 | 1000010 | 1000101 | 0 | 1110 | 11110010 | 1000100 | 111000 |
Color Harmonies of #4A44DB
Complementary color
Monochromatic Colors of #4A44DB
Black with #4A44DB
Text Example
Text Example
White with #4A44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A44DB; }
p { color: rgb(74,68,219); }
H1.HeaderClassName
{
color: #4A44DB;
}
.AnyTagClassName
{
color: #4A44DB;
}
</style>
background-color css
<style>
a { background-color: #4A44DB; }
a { background-color: rgb(74,68,219); }
div.DivClassName
{
background-color: #4A44DB;
}
.BgClassName
{
background-color: #4A44DB;
}
</style>
border-color css
<style>
span { border-color: #4A44DB; }
span { border-color: rgb(74,68,219); }
td.TdClassName
{
border-color: #4A44DB;
}
.TagClassName
{
border-color: #4A44DB;
}
</style>