Shades of Free Speech Blue #4A4ABC
Tints of Free Speech Blue #4A4ABC
RGB
CMYK
RGB Variations
Color information
#4A4ABC (or 0x4A4ABC) is known color: Free Speech Blue. HEX triplet: 4A, 4A and BC. RGB value is (74,74,188). Sum of RGB (Red+Green+Blue) = 74+74+188=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4ABC is #B5B543. Grayscale: #565656. Windows color (decimal): -11908420 or 12339786. OLE color: 12339786.
HSL color Cylindrical-coordinate representation of color #4A4ABC: hue angle of 240º 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 #4A4ABC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 74 | 188 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.26 |
| HSL | 240º | 0.46% | 0.51% | - |
| HSV(B) | 240º | 0.61% | 0.74% | - |
| XYZ | 14.35 | 9.98 | 48.75 | - |
| YUV | 87 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 74 | 188 | 0.61 | 0.61 | 0 | 0.26 | 240 | 0.46 | 0.51 |
| Hex | 4A | 4A | BC | 3D | 3D | 0 | 1A | F0 | 2E | 33 |
| Octal | 112 | 112 | 274 | 75 | 75 | 0 | 32 | 360 | 56 | 63 |
| Binary | 1001010 | 1001010 | 10111100 | 111101 | 111101 | 0 | 11010 | 11110000 | 101110 | 110011 |
Color Harmonies of #4A4ABC
Complementary color
Monochromatic Colors of #4A4ABC
Black with #4A4ABC
Text Example
Text Example
White with #4A4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4ABC; }
p { color: rgb(74,74,188); }
H1.HeaderClassName
{
color: #4A4ABC;
}
.AnyTagClassName
{
color: #4A4ABC;
}
</style>
background-color css
<style>
a { background-color: #4A4ABC; }
a { background-color: rgb(74,74,188); }
div.DivClassName
{
background-color: #4A4ABC;
}
.BgClassName
{
background-color: #4A4ABC;
}
</style>
border-color css
<style>
span { border-color: #4A4ABC; }
span { border-color: rgb(74,74,188); }
td.TdClassName
{
border-color: #4A4ABC;
}
.TagClassName
{
border-color: #4A4ABC;
}
</style>