Shades of Free Speech Blue #4A5ECB
Tints of Free Speech Blue #4A5ECB
RGB
CMYK
RGB Variations
Color information
#4A5ECB (or 0x4A5ECB) is known color: Free Speech Blue. HEX triplet: 4A, 5E and CB. RGB value is (74,94,203). Sum of RGB (Red+Green+Blue) = 74+94+203=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ECB is #B5A134. Grayscale: #636363. Windows color (decimal): -11903285 or 13327946. OLE color: 13327946.
HSL color Cylindrical-coordinate representation of color #4A5ECB: hue angle of 230.7º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A5ECB is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 94 | 203 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.20 |
| HSL | 230.7º | 0.55% | 0.54% | - |
| HSV(B) | 230.7º | 0.64% | 0.8% | - |
| XYZ | 17.61 | 13.77 | 58.23 | - |
| YUV | 100.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 94 | 203 | 0.64 | 0.54 | 0 | 0.20 | 230.7 | 0.55 | 0.54 |
| Hex | 4A | 5E | CB | 40 | 36 | 0 | 14 | E7 | 37 | 36 |
| Octal | 112 | 136 | 313 | 100 | 66 | 0 | 24 | 347 | 67 | 66 |
| Binary | 1001010 | 1011110 | 11001011 | 1000000 | 110110 | 0 | 10100 | 11100111 | 110111 | 110110 |
Color Harmonies of #4A5ECB
Complementary color
Monochromatic Colors of #4A5ECB
Black with #4A5ECB
Text Example
Text Example
White with #4A5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5ECB; }
p { color: rgb(74,94,203); }
H1.HeaderClassName
{
color: #4A5ECB;
}
.AnyTagClassName
{
color: #4A5ECB;
}
</style>
background-color css
<style>
a { background-color: #4A5ECB; }
a { background-color: rgb(74,94,203); }
div.DivClassName
{
background-color: #4A5ECB;
}
.BgClassName
{
background-color: #4A5ECB;
}
</style>
border-color css
<style>
span { border-color: #4A5ECB; }
span { border-color: rgb(74,94,203); }
td.TdClassName
{
border-color: #4A5ECB;
}
.TagClassName
{
border-color: #4A5ECB;
}
</style>