Shades of Free Speech Blue #4A4DBB
Tints of Free Speech Blue #4A4DBB
RGB
CMYK
RGB Variations
Color information
#4A4DBB (or 0x4A4DBB) is known color: Free Speech Blue. HEX triplet: 4A, 4D and BB. RGB value is (74,77,187). Sum of RGB (Red+Green+Blue) = 74+77+187=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DBB is #B5B244. Grayscale: #585858. Windows color (decimal): -11907653 or 12275018. OLE color: 12275018.
HSL color Cylindrical-coordinate representation of color #4A4DBB: hue angle of 238.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A4DBB is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 77 | 187 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.27 |
| HSL | 238.41º | 0.45% | 0.51% | - |
| HSV(B) | 238.41º | 0.6% | 0.73% | - |
| XYZ | 14.45 | 10.35 | 48.25 | - |
| YUV | 88.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 187 | 0.60 | 0.59 | 0 | 0.27 | 238.41 | 0.45 | 0.51 |
| Hex | 4A | 4D | BB | 3C | 3B | 0 | 1B | EE | 2D | 33 |
| Octal | 112 | 115 | 273 | 74 | 73 | 0 | 33 | 356 | 55 | 63 |
| Binary | 1001010 | 1001101 | 10111011 | 111100 | 111011 | 0 | 11011 | 11101110 | 101101 | 110011 |
Color Harmonies of #4A4DBB
Complementary color
Monochromatic Colors of #4A4DBB
Black with #4A4DBB
Text Example
Text Example
White with #4A4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4DBB; }
p { color: rgb(74,77,187); }
H1.HeaderClassName
{
color: #4A4DBB;
}
.AnyTagClassName
{
color: #4A4DBB;
}
</style>
background-color css
<style>
a { background-color: #4A4DBB; }
a { background-color: rgb(74,77,187); }
div.DivClassName
{
background-color: #4A4DBB;
}
.BgClassName
{
background-color: #4A4DBB;
}
</style>
border-color css
<style>
span { border-color: #4A4DBB; }
span { border-color: rgb(74,77,187); }
td.TdClassName
{
border-color: #4A4DBB;
}
.TagClassName
{
border-color: #4A4DBB;
}
</style>