Shades of Free Speech Blue #484EDD
Tints of Free Speech Blue #484EDD
RGB
CMYK
RGB Variations
Color information
#484EDD (or 0x484EDD) is known color: Free Speech Blue. HEX triplet: 48, 4E and DD. RGB value is (72,78,221). Sum of RGB (Red+Green+Blue) = 72+78+221=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #484EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EDD is #B7B122. Grayscale: #5B5B5B. Windows color (decimal): -12038435 or 14503496. OLE color: 14503496.
HSL color Cylindrical-coordinate representation of color #484EDD: hue angle of 237.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484EDD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 78 | 221 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.13 |
| HSL | 237.58º | 0.69% | 0.57% | - |
| HSV(B) | 237.58º | 0.67% | 0.87% | - |
| XYZ | 18.45 | 12.05 | 69.76 | - |
| YUV | 92.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 221 | 0.67 | 0.65 | 0 | 0.13 | 237.58 | 0.69 | 0.57 |
| Hex | 48 | 4E | DD | 43 | 41 | 0 | D | EE | 45 | 39 |
| Octal | 110 | 116 | 335 | 103 | 101 | 0 | 15 | 356 | 105 | 71 |
| Binary | 1001000 | 1001110 | 11011101 | 1000011 | 1000001 | 0 | 1101 | 11101110 | 1000101 | 111001 |
Color Harmonies of #484EDD
Complementary color
Monochromatic Colors of #484EDD
Black with #484EDD
Text Example
Text Example
White with #484EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EDD; }
p { color: rgb(72,78,221); }
H1.HeaderClassName
{
color: #484EDD;
}
.AnyTagClassName
{
color: #484EDD;
}
</style>
background-color css
<style>
a { background-color: #484EDD; }
a { background-color: rgb(72,78,221); }
div.DivClassName
{
background-color: #484EDD;
}
.BgClassName
{
background-color: #484EDD;
}
</style>
border-color css
<style>
span { border-color: #484EDD; }
span { border-color: rgb(72,78,221); }
td.TdClassName
{
border-color: #484EDD;
}
.TagClassName
{
border-color: #484EDD;
}
</style>