Shades of Free Speech Blue #4A55DC
Tints of Free Speech Blue #4A55DC
RGB
CMYK
RGB Variations
Color information
#4A55DC (or 0x4A55DC) is known color: Free Speech Blue. HEX triplet: 4A, 55 and DC. RGB value is (74,85,220). Sum of RGB (Red+Green+Blue) = 74+85+220=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A55DC is #B5AA23. Grayscale: #606060. Windows color (decimal): -11905572 or 14439754. OLE color: 14439754.
HSL color Cylindrical-coordinate representation of color #4A55DC: hue angle of 235.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A55DC is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 85 | 220 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.14 |
| HSL | 235.48º | 0.68% | 0.58% | - |
| HSV(B) | 235.48º | 0.66% | 0.86% | - |
| XYZ | 18.99 | 13.12 | 69.24 | - |
| YUV | 97.1 | 197.36 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 220 | 0.66 | 0.61 | 0 | 0.14 | 235.48 | 0.68 | 0.58 |
| Hex | 4A | 55 | DC | 42 | 3D | 0 | E | EB | 44 | 3A |
| Octal | 112 | 125 | 334 | 102 | 75 | 0 | 16 | 353 | 104 | 72 |
| Binary | 1001010 | 1010101 | 11011100 | 1000010 | 111101 | 0 | 1110 | 11101011 | 1000100 | 111010 |
Color Harmonies of #4A55DC
Complementary color
Monochromatic Colors of #4A55DC
Black with #4A55DC
Text Example
Text Example
White with #4A55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A55DC; }
p { color: rgb(74,85,220); }
H1.HeaderClassName
{
color: #4A55DC;
}
.AnyTagClassName
{
color: #4A55DC;
}
</style>
background-color css
<style>
a { background-color: #4A55DC; }
a { background-color: rgb(74,85,220); }
div.DivClassName
{
background-color: #4A55DC;
}
.BgClassName
{
background-color: #4A55DC;
}
</style>
border-color css
<style>
span { border-color: #4A55DC; }
span { border-color: rgb(74,85,220); }
td.TdClassName
{
border-color: #4A55DC;
}
.TagClassName
{
border-color: #4A55DC;
}
</style>