Shades of Free Speech Blue #4A56BE
Tints of Free Speech Blue #4A56BE
RGB
CMYK
RGB Variations
Color information
#4A56BE (or 0x4A56BE) is known color: Free Speech Blue. HEX triplet: 4A, 56 and BE. RGB value is (74,86,190). Sum of RGB (Red+Green+Blue) = 74+86+190=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A56BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A56BE is #B5A941. Grayscale: #5D5D5D. Windows color (decimal): -11905346 or 12473930. OLE color: 12473930.
HSL color Cylindrical-coordinate representation of color #4A56BE: hue angle of 233.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A56BE is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 86 | 190 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.25 |
| HSL | 233.79º | 0.47% | 0.52% | - |
| HSV(B) | 233.79º | 0.61% | 0.75% | - |
| XYZ | 15.45 | 11.83 | 50.18 | - |
| YUV | 94.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 190 | 0.61 | 0.55 | 0 | 0.25 | 233.79 | 0.47 | 0.52 |
| Hex | 4A | 56 | BE | 3D | 37 | 0 | 19 | EA | 2F | 34 |
| Octal | 112 | 126 | 276 | 75 | 67 | 0 | 31 | 352 | 57 | 64 |
| Binary | 1001010 | 1010110 | 10111110 | 111101 | 110111 | 0 | 11001 | 11101010 | 101111 | 110100 |
Color Harmonies of #4A56BE
Complementary color
Monochromatic Colors of #4A56BE
Black with #4A56BE
Text Example
Text Example
White with #4A56BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A56BE; }
p { color: rgb(74,86,190); }
H1.HeaderClassName
{
color: #4A56BE;
}
.AnyTagClassName
{
color: #4A56BE;
}
</style>
background-color css
<style>
a { background-color: #4A56BE; }
a { background-color: rgb(74,86,190); }
div.DivClassName
{
background-color: #4A56BE;
}
.BgClassName
{
background-color: #4A56BE;
}
</style>
border-color css
<style>
span { border-color: #4A56BE; }
span { border-color: rgb(74,86,190); }
td.TdClassName
{
border-color: #4A56BE;
}
.TagClassName
{
border-color: #4A56BE;
}
</style>