Shades of Free Speech Blue #484AD1
Tints of Free Speech Blue #484AD1
RGB
CMYK
RGB Variations
Color information
#484AD1 (or 0x484AD1) is known color: Free Speech Blue. HEX triplet: 48, 4A and D1. RGB value is (72,74,209). Sum of RGB (Red+Green+Blue) = 72+74+209=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #484AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484AD1 is #B7B52E. Grayscale: #585858. Windows color (decimal): -12039471 or 13716040. OLE color: 13716040.
HSL color Cylindrical-coordinate representation of color #484AD1: hue angle of 239.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484AD1 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 74 | 209 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.18 |
| HSL | 239.12º | 0.6% | 0.55% | - |
| HSV(B) | 239.12º | 0.66% | 0.82% | - |
| XYZ | 16.63 | 10.88 | 61.54 | - |
| YUV | 88.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 209 | 0.66 | 0.65 | 0 | 0.18 | 239.12 | 0.6 | 0.55 |
| Hex | 48 | 4A | D1 | 42 | 41 | 0 | 12 | EF | 3C | 37 |
| Octal | 110 | 112 | 321 | 102 | 101 | 0 | 22 | 357 | 74 | 67 |
| Binary | 1001000 | 1001010 | 11010001 | 1000010 | 1000001 | 0 | 10010 | 11101111 | 111100 | 110111 |
Color Harmonies of #484AD1
Complementary color
Monochromatic Colors of #484AD1
Black with #484AD1
Text Example
Text Example
White with #484AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484AD1; }
p { color: rgb(72,74,209); }
H1.HeaderClassName
{
color: #484AD1;
}
.AnyTagClassName
{
color: #484AD1;
}
</style>
background-color css
<style>
a { background-color: #484AD1; }
a { background-color: rgb(72,74,209); }
div.DivClassName
{
background-color: #484AD1;
}
.BgClassName
{
background-color: #484AD1;
}
</style>
border-color css
<style>
span { border-color: #484AD1; }
span { border-color: rgb(72,74,209); }
td.TdClassName
{
border-color: #484AD1;
}
.TagClassName
{
border-color: #484AD1;
}
</style>