Shades of Free Speech Blue #484EC6
Tints of Free Speech Blue #484EC6
RGB
CMYK
RGB Variations
Color information
#484EC6 (or 0x484EC6) is known color: Free Speech Blue. HEX triplet: 48, 4E and C6. RGB value is (72,78,198). Sum of RGB (Red+Green+Blue) = 72+78+198=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #484EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EC6 is #B7B139. Grayscale: #595959. Windows color (decimal): -12038458 or 12996168. OLE color: 12996168.
HSL color Cylindrical-coordinate representation of color #484EC6: hue angle of 237.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #484EC6 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 78 | 198 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.22 |
| HSL | 237.14º | 0.53% | 0.53% | - |
| HSV(B) | 237.14º | 0.64% | 0.78% | - |
| XYZ | 15.59 | 10.9 | 54.71 | - |
| YUV | 89.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 198 | 0.64 | 0.61 | 0 | 0.22 | 237.14 | 0.53 | 0.53 |
| Hex | 48 | 4E | C6 | 40 | 3D | 0 | 16 | ED | 34 | 35 |
| Octal | 110 | 116 | 306 | 100 | 75 | 0 | 26 | 355 | 64 | 65 |
| Binary | 1001000 | 1001110 | 11000110 | 1000000 | 111101 | 0 | 10110 | 11101101 | 110100 | 110101 |
Color Harmonies of #484EC6
Complementary color
Monochromatic Colors of #484EC6
Black with #484EC6
Text Example
Text Example
White with #484EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EC6; }
p { color: rgb(72,78,198); }
H1.HeaderClassName
{
color: #484EC6;
}
.AnyTagClassName
{
color: #484EC6;
}
</style>
background-color css
<style>
a { background-color: #484EC6; }
a { background-color: rgb(72,78,198); }
div.DivClassName
{
background-color: #484EC6;
}
.BgClassName
{
background-color: #484EC6;
}
</style>
border-color css
<style>
span { border-color: #484EC6; }
span { border-color: rgb(72,78,198); }
td.TdClassName
{
border-color: #484EC6;
}
.TagClassName
{
border-color: #484EC6;
}
</style>