Shades of Free Speech Blue #484DDF
Tints of Free Speech Blue #484DDF
RGB
CMYK
RGB Variations
Color information
#484DDF (or 0x484DDF) is known color: Free Speech Blue. HEX triplet: 48, 4D and DF. RGB value is (72,77,223). Sum of RGB (Red+Green+Blue) = 72+77+223=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #484DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDF is #B7B220. Grayscale: #5B5B5B. Windows color (decimal): -12038689 or 14634312. OLE color: 14634312.
HSL color Cylindrical-coordinate representation of color #484DDF: hue angle of 238.01º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484DDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 77 | 223 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 238.01º | 0.7% | 0.58% | - |
| HSV(B) | 238.01º | 0.68% | 0.87% | - |
| XYZ | 18.65 | 12.01 | 71.15 | - |
| YUV | 92.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 223 | 0.68 | 0.65 | 0 | 0.13 | 238.01 | 0.7 | 0.58 |
| Hex | 48 | 4D | DF | 44 | 41 | 0 | D | EE | 46 | 3A |
| Octal | 110 | 115 | 337 | 104 | 101 | 0 | 15 | 356 | 106 | 72 |
| Binary | 1001000 | 1001101 | 11011111 | 1000100 | 1000001 | 0 | 1101 | 11101110 | 1000110 | 111010 |
Color Harmonies of #484DDF
Complementary color
Monochromatic Colors of #484DDF
Black with #484DDF
Text Example
Text Example
White with #484DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DDF; }
p { color: rgb(72,77,223); }
H1.HeaderClassName
{
color: #484DDF;
}
.AnyTagClassName
{
color: #484DDF;
}
</style>
background-color css
<style>
a { background-color: #484DDF; }
a { background-color: rgb(72,77,223); }
div.DivClassName
{
background-color: #484DDF;
}
.BgClassName
{
background-color: #484DDF;
}
</style>
border-color css
<style>
span { border-color: #484DDF; }
span { border-color: rgb(72,77,223); }
td.TdClassName
{
border-color: #484DDF;
}
.TagClassName
{
border-color: #484DDF;
}
</style>