Shades of Free Speech Blue #484EC9
Tints of Free Speech Blue #484EC9
RGB
CMYK
RGB Variations
Color information
#484EC9 (or 0x484EC9) is known color: Free Speech Blue. HEX triplet: 48, 4E and C9. RGB value is (72,78,201). Sum of RGB (Red+Green+Blue) = 72+78+201=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #484EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EC9 is #B7B136. Grayscale: #595959. Windows color (decimal): -12038455 or 13192776. OLE color: 13192776.
HSL color Cylindrical-coordinate representation of color #484EC9: hue angle of 237.21º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484EC9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 78 | 201 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.21 |
| HSL | 237.21º | 0.54% | 0.54% | - |
| HSV(B) | 237.21º | 0.64% | 0.79% | - |
| XYZ | 15.94 | 11.04 | 56.55 | - |
| YUV | 90.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 201 | 0.64 | 0.61 | 0 | 0.21 | 237.21 | 0.54 | 0.54 |
| Hex | 48 | 4E | C9 | 40 | 3D | 0 | 15 | ED | 36 | 36 |
| Octal | 110 | 116 | 311 | 100 | 75 | 0 | 25 | 355 | 66 | 66 |
| Binary | 1001000 | 1001110 | 11001001 | 1000000 | 111101 | 0 | 10101 | 11101101 | 110110 | 110110 |
Color Harmonies of #484EC9
Complementary color
Monochromatic Colors of #484EC9
Black with #484EC9
Text Example
Text Example
White with #484EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EC9; }
p { color: rgb(72,78,201); }
H1.HeaderClassName
{
color: #484EC9;
}
.AnyTagClassName
{
color: #484EC9;
}
</style>
background-color css
<style>
a { background-color: #484EC9; }
a { background-color: rgb(72,78,201); }
div.DivClassName
{
background-color: #484EC9;
}
.BgClassName
{
background-color: #484EC9;
}
</style>
border-color css
<style>
span { border-color: #484EC9; }
span { border-color: rgb(72,78,201); }
td.TdClassName
{
border-color: #484EC9;
}
.TagClassName
{
border-color: #484EC9;
}
</style>