Shades of Free Speech Blue #4A56DA
Tints of Free Speech Blue #4A56DA
RGB
CMYK
RGB Variations
Color information
#4A56DA (or 0x4A56DA) is known color: Free Speech Blue. HEX triplet: 4A, 56 and DA. RGB value is (74,86,218). Sum of RGB (Red+Green+Blue) = 74+86+218=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A56DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A56DA is #B5A925. Grayscale: #606060. Windows color (decimal): -11905318 or 14308938. OLE color: 14308938.
HSL color Cylindrical-coordinate representation of color #4A56DA: hue angle of 235º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A56DA is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 86 | 218 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.15 |
| HSL | 235º | 0.66% | 0.57% | - |
| HSV(B) | 235º | 0.66% | 0.85% | - |
| XYZ | 18.81 | 13.17 | 67.88 | - |
| YUV | 97.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 218 | 0.66 | 0.61 | 0 | 0.15 | 235 | 0.66 | 0.57 |
| Hex | 4A | 56 | DA | 42 | 3D | 0 | F | EB | 42 | 39 |
| Octal | 112 | 126 | 332 | 102 | 75 | 0 | 17 | 353 | 102 | 71 |
| Binary | 1001010 | 1010110 | 11011010 | 1000010 | 111101 | 0 | 1111 | 11101011 | 1000010 | 111001 |
Color Harmonies of #4A56DA
Complementary color
Monochromatic Colors of #4A56DA
Black with #4A56DA
Text Example
Text Example
White with #4A56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A56DA; }
p { color: rgb(74,86,218); }
H1.HeaderClassName
{
color: #4A56DA;
}
.AnyTagClassName
{
color: #4A56DA;
}
</style>
background-color css
<style>
a { background-color: #4A56DA; }
a { background-color: rgb(74,86,218); }
div.DivClassName
{
background-color: #4A56DA;
}
.BgClassName
{
background-color: #4A56DA;
}
</style>
border-color css
<style>
span { border-color: #4A56DA; }
span { border-color: rgb(74,86,218); }
td.TdClassName
{
border-color: #4A56DA;
}
.TagClassName
{
border-color: #4A56DA;
}
</style>