Shades of Free Speech Blue #4A56DB
Tints of Free Speech Blue #4A56DB
RGB
CMYK
RGB Variations
Color information
#4A56DB (or 0x4A56DB) is known color: Free Speech Blue. HEX triplet: 4A, 56 and DB. RGB value is (74,86,219). Sum of RGB (Red+Green+Blue) = 74+86+219=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A56DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A56DB is #B5A924. Grayscale: #616161. Windows color (decimal): -11905317 or 14374474. OLE color: 14374474.
HSL color Cylindrical-coordinate representation of color #4A56DB: hue angle of 235.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A56DB is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 86 | 219 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.14 |
| HSL | 235.03º | 0.67% | 0.57% | - |
| HSV(B) | 235.03º | 0.66% | 0.86% | - |
| XYZ | 18.94 | 13.23 | 68.57 | - |
| YUV | 97.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 219 | 0.66 | 0.61 | 0 | 0.14 | 235.03 | 0.67 | 0.57 |
| Hex | 4A | 56 | DB | 42 | 3D | 0 | E | EB | 43 | 39 |
| Octal | 112 | 126 | 333 | 102 | 75 | 0 | 16 | 353 | 103 | 71 |
| Binary | 1001010 | 1010110 | 11011011 | 1000010 | 111101 | 0 | 1110 | 11101011 | 1000011 | 111001 |
Color Harmonies of #4A56DB
Complementary color
Monochromatic Colors of #4A56DB
Black with #4A56DB
Text Example
Text Example
White with #4A56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A56DB; }
p { color: rgb(74,86,219); }
H1.HeaderClassName
{
color: #4A56DB;
}
.AnyTagClassName
{
color: #4A56DB;
}
</style>
background-color css
<style>
a { background-color: #4A56DB; }
a { background-color: rgb(74,86,219); }
div.DivClassName
{
background-color: #4A56DB;
}
.BgClassName
{
background-color: #4A56DB;
}
</style>
border-color css
<style>
span { border-color: #4A56DB; }
span { border-color: rgb(74,86,219); }
td.TdClassName
{
border-color: #4A56DB;
}
.TagClassName
{
border-color: #4A56DB;
}
</style>