Shades of Free Speech Blue #484EBA
Tints of Free Speech Blue #484EBA
RGB
CMYK
RGB Variations
Color information
#484EBA (or 0x484EBA) is known color: Free Speech Blue. HEX triplet: 48, 4E and BA. RGB value is (72,78,186). Sum of RGB (Red+Green+Blue) = 72+78+186=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #484EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EBA is #B7B145. Grayscale: #585858. Windows color (decimal): -12038470 or 12209736. OLE color: 12209736.
HSL color Cylindrical-coordinate representation of color #484EBA: hue angle of 236.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484EBA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 78 | 186 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.27 |
| HSL | 236.84º | 0.45% | 0.51% | - |
| HSV(B) | 236.84º | 0.61% | 0.73% | - |
| XYZ | 14.26 | 10.37 | 47.7 | - |
| YUV | 88.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 186 | 0.61 | 0.58 | 0 | 0.27 | 236.84 | 0.45 | 0.51 |
| Hex | 48 | 4E | BA | 3D | 3A | 0 | 1B | ED | 2D | 33 |
| Octal | 110 | 116 | 272 | 75 | 72 | 0 | 33 | 355 | 55 | 63 |
| Binary | 1001000 | 1001110 | 10111010 | 111101 | 111010 | 0 | 11011 | 11101101 | 101101 | 110011 |
Color Harmonies of #484EBA
Complementary color
Monochromatic Colors of #484EBA
Black with #484EBA
Text Example
Text Example
White with #484EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EBA; }
p { color: rgb(72,78,186); }
H1.HeaderClassName
{
color: #484EBA;
}
.AnyTagClassName
{
color: #484EBA;
}
</style>
background-color css
<style>
a { background-color: #484EBA; }
a { background-color: rgb(72,78,186); }
div.DivClassName
{
background-color: #484EBA;
}
.BgClassName
{
background-color: #484EBA;
}
</style>
border-color css
<style>
span { border-color: #484EBA; }
span { border-color: rgb(72,78,186); }
td.TdClassName
{
border-color: #484EBA;
}
.TagClassName
{
border-color: #484EBA;
}
</style>