Shades of Free Speech Blue #4A5BBC
Tints of Free Speech Blue #4A5BBC
RGB
CMYK
RGB Variations
Color information
#4A5BBC (or 0x4A5BBC) is known color: Free Speech Blue. HEX triplet: 4A, 5B and BC. RGB value is (74,91,188). Sum of RGB (Red+Green+Blue) = 74+91+188=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5BBC is #B5A443. Grayscale: #606060. Windows color (decimal): -11904068 or 12344138. OLE color: 12344138.
HSL color Cylindrical-coordinate representation of color #4A5BBC: hue angle of 231.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A5BBC is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 91 | 188 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.26 |
| HSL | 231.05º | 0.46% | 0.51% | - |
| HSV(B) | 231.05º | 0.61% | 0.74% | - |
| XYZ | 15.64 | 12.57 | 49.18 | - |
| YUV | 96.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 188 | 0.61 | 0.52 | 0 | 0.26 | 231.05 | 0.46 | 0.51 |
| Hex | 4A | 5B | BC | 3D | 34 | 0 | 1A | E7 | 2E | 33 |
| Octal | 112 | 133 | 274 | 75 | 64 | 0 | 32 | 347 | 56 | 63 |
| Binary | 1001010 | 1011011 | 10111100 | 111101 | 110100 | 0 | 11010 | 11100111 | 101110 | 110011 |
Color Harmonies of #4A5BBC
Complementary color
Monochromatic Colors of #4A5BBC
Black with #4A5BBC
Text Example
Text Example
White with #4A5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5BBC; }
p { color: rgb(74,91,188); }
H1.HeaderClassName
{
color: #4A5BBC;
}
.AnyTagClassName
{
color: #4A5BBC;
}
</style>
background-color css
<style>
a { background-color: #4A5BBC; }
a { background-color: rgb(74,91,188); }
div.DivClassName
{
background-color: #4A5BBC;
}
.BgClassName
{
background-color: #4A5BBC;
}
</style>
border-color css
<style>
span { border-color: #4A5BBC; }
span { border-color: rgb(74,91,188); }
td.TdClassName
{
border-color: #4A5BBC;
}
.TagClassName
{
border-color: #4A5BBC;
}
</style>