Shades of Free Speech Blue #484EDE
Tints of Free Speech Blue #484EDE
RGB
CMYK
RGB Variations
Color information
#484EDE (or 0x484EDE) is known color: Free Speech Blue. HEX triplet: 48, 4E and DE. RGB value is (72,78,222). Sum of RGB (Red+Green+Blue) = 72+78+222=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #484EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484EDE is #B7B121. Grayscale: #5C5C5C. Windows color (decimal): -12038434 or 14569032. OLE color: 14569032.
HSL color Cylindrical-coordinate representation of color #484EDE: hue angle of 237.6º degrees, saturation: 0.69, 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 #484EDE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 78 | 222 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 237.6º | 0.69% | 0.58% | - |
| HSV(B) | 237.6º | 0.68% | 0.87% | - |
| XYZ | 18.58 | 12.1 | 70.46 | - |
| YUV | 92.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 222 | 0.68 | 0.65 | 0 | 0.13 | 237.6 | 0.69 | 0.58 |
| Hex | 48 | 4E | DE | 44 | 41 | 0 | D | EE | 45 | 3A |
| Octal | 110 | 116 | 336 | 104 | 101 | 0 | 15 | 356 | 105 | 72 |
| Binary | 1001000 | 1001110 | 11011110 | 1000100 | 1000001 | 0 | 1101 | 11101110 | 1000101 | 111010 |
Color Harmonies of #484EDE
Complementary color
Monochromatic Colors of #484EDE
Black with #484EDE
Text Example
Text Example
White with #484EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484EDE; }
p { color: rgb(72,78,222); }
H1.HeaderClassName
{
color: #484EDE;
}
.AnyTagClassName
{
color: #484EDE;
}
</style>
background-color css
<style>
a { background-color: #484EDE; }
a { background-color: rgb(72,78,222); }
div.DivClassName
{
background-color: #484EDE;
}
.BgClassName
{
background-color: #484EDE;
}
</style>
border-color css
<style>
span { border-color: #484EDE; }
span { border-color: rgb(72,78,222); }
td.TdClassName
{
border-color: #484EDE;
}
.TagClassName
{
border-color: #484EDE;
}
</style>