Shades of Free Speech Blue #4A5DBB
Tints of Free Speech Blue #4A5DBB
RGB
CMYK
RGB Variations
Color information
#4A5DBB (or 0x4A5DBB) is known color: Free Speech Blue. HEX triplet: 4A, 5D and BB. RGB value is (74,93,187). Sum of RGB (Red+Green+Blue) = 74+93+187=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5DBB is #B5A244. Grayscale: #616161. Windows color (decimal): -11903557 or 12279114. OLE color: 12279114.
HSL color Cylindrical-coordinate representation of color #4A5DBB: hue angle of 229.91º 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 #4A5DBB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 93 | 187 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.27 |
| HSL | 229.91º | 0.45% | 0.51% | - |
| HSV(B) | 229.91º | 0.6% | 0.73% | - |
| XYZ | 15.71 | 12.87 | 48.67 | - |
| YUV | 98.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 93 | 187 | 0.60 | 0.50 | 0 | 0.27 | 229.91 | 0.45 | 0.51 |
| Hex | 4A | 5D | BB | 3C | 32 | 0 | 1B | E6 | 2D | 33 |
| Octal | 112 | 135 | 273 | 74 | 62 | 0 | 33 | 346 | 55 | 63 |
| Binary | 1001010 | 1011101 | 10111011 | 111100 | 110010 | 0 | 11011 | 11100110 | 101101 | 110011 |
Color Harmonies of #4A5DBB
Complementary color
Monochromatic Colors of #4A5DBB
Black with #4A5DBB
Text Example
Text Example
White with #4A5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5DBB; }
p { color: rgb(74,93,187); }
H1.HeaderClassName
{
color: #4A5DBB;
}
.AnyTagClassName
{
color: #4A5DBB;
}
</style>
background-color css
<style>
a { background-color: #4A5DBB; }
a { background-color: rgb(74,93,187); }
div.DivClassName
{
background-color: #4A5DBB;
}
.BgClassName
{
background-color: #4A5DBB;
}
</style>
border-color css
<style>
span { border-color: #4A5DBB; }
span { border-color: rgb(74,93,187); }
td.TdClassName
{
border-color: #4A5DBB;
}
.TagClassName
{
border-color: #4A5DBB;
}
</style>