Shades of Free Speech Blue #4A44DC
Tints of Free Speech Blue #4A44DC
RGB
CMYK
RGB Variations
Color information
#4A44DC (or 0x4A44DC) is known color: Free Speech Blue. HEX triplet: 4A, 44 and DC. RGB value is (74,68,220). Sum of RGB (Red+Green+Blue) = 74+68+220=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A44DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A44DC is #B5BB23. Grayscale: #565656. Windows color (decimal): -11909924 or 14435402. OLE color: 14435402.
HSL color Cylindrical-coordinate representation of color #4A44DC: hue angle of 242.37º 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 #4A44DC is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 68 | 220 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.14 |
| HSL | 242.37º | 0.68% | 0.56% | - |
| HSV(B) | 242.37º | 0.69% | 0.86% | - |
| XYZ | 17.81 | 10.76 | 68.85 | - |
| YUV | 87.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 220 | 0.66 | 0.69 | 0 | 0.14 | 242.37 | 0.68 | 0.56 |
| Hex | 4A | 44 | DC | 42 | 45 | 0 | E | F2 | 44 | 38 |
| Octal | 112 | 104 | 334 | 102 | 105 | 0 | 16 | 362 | 104 | 70 |
| Binary | 1001010 | 1000100 | 11011100 | 1000010 | 1000101 | 0 | 1110 | 11110010 | 1000100 | 111000 |
Color Harmonies of #4A44DC
Complementary color
Monochromatic Colors of #4A44DC
Black with #4A44DC
Text Example
Text Example
White with #4A44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A44DC; }
p { color: rgb(74,68,220); }
H1.HeaderClassName
{
color: #4A44DC;
}
.AnyTagClassName
{
color: #4A44DC;
}
</style>
background-color css
<style>
a { background-color: #4A44DC; }
a { background-color: rgb(74,68,220); }
div.DivClassName
{
background-color: #4A44DC;
}
.BgClassName
{
background-color: #4A44DC;
}
</style>
border-color css
<style>
span { border-color: #4A44DC; }
span { border-color: rgb(74,68,220); }
td.TdClassName
{
border-color: #4A44DC;
}
.TagClassName
{
border-color: #4A44DC;
}
</style>