Shades of Free Speech Blue #4A45BB
Tints of Free Speech Blue #4A45BB
RGB
CMYK
RGB Variations
Color information
#4A45BB (or 0x4A45BB) is known color: Free Speech Blue. HEX triplet: 4A, 45 and BB. RGB value is (74,69,187). Sum of RGB (Red+Green+Blue) = 74+69+187=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A45BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A45BB is #B5BA44. Grayscale: #535353. Windows color (decimal): -11909701 or 12272970. OLE color: 12272970.
HSL color Cylindrical-coordinate representation of color #4A45BB: hue angle of 242.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A45BB is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 69 | 187 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.27 |
| HSL | 242.54º | 0.46% | 0.5% | - |
| HSV(B) | 242.54º | 0.63% | 0.73% | - |
| XYZ | 13.92 | 9.3 | 48.08 | - |
| YUV | 83.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 187 | 0.60 | 0.63 | 0 | 0.27 | 242.54 | 0.46 | 0.5 |
| Hex | 4A | 45 | BB | 3C | 3F | 0 | 1B | F3 | 2E | 32 |
| Octal | 112 | 105 | 273 | 74 | 77 | 0 | 33 | 363 | 56 | 62 |
| Binary | 1001010 | 1000101 | 10111011 | 111100 | 111111 | 0 | 11011 | 11110011 | 101110 | 110010 |
Color Harmonies of #4A45BB
Complementary color
Monochromatic Colors of #4A45BB
Black with #4A45BB
Text Example
Text Example
White with #4A45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A45BB; }
p { color: rgb(74,69,187); }
H1.HeaderClassName
{
color: #4A45BB;
}
.AnyTagClassName
{
color: #4A45BB;
}
</style>
background-color css
<style>
a { background-color: #4A45BB; }
a { background-color: rgb(74,69,187); }
div.DivClassName
{
background-color: #4A45BB;
}
.BgClassName
{
background-color: #4A45BB;
}
</style>
border-color css
<style>
span { border-color: #4A45BB; }
span { border-color: rgb(74,69,187); }
td.TdClassName
{
border-color: #4A45BB;
}
.TagClassName
{
border-color: #4A45BB;
}
</style>