Shades of Free Speech Blue #484ED4
Tints of Free Speech Blue #484ED4
RGB
CMYK
RGB Variations
Color information
#484ED4 (or 0x484ED4) is known color: Free Speech Blue. HEX triplet: 48, 4E and D4. RGB value is (72,78,212). Sum of RGB (Red+Green+Blue) = 72+78+212=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 212 (83.20% from 255 or 58.56% from 362); Max value from RGB is 212 - color contains mainly: blue. Hex color #484ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED4 is #B7B12B. Grayscale: #5A5A5A. Windows color (decimal): -12038444 or 13913672. OLE color: 13913672.
HSL color Cylindrical-coordinate representation of color #484ED4: hue angle of 237.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484ED4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 78 | 212 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.17 |
| HSL | 237.43º | 0.62% | 0.56% | - |
| HSV(B) | 237.43º | 0.66% | 0.83% | - |
| XYZ | 17.28 | 11.58 | 63.61 | - |
| YUV | 91.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 212 | 0.66 | 0.63 | 0 | 0.17 | 237.43 | 0.62 | 0.56 |
| Hex | 48 | 4E | D4 | 42 | 3F | 0 | 11 | ED | 3E | 38 |
| Octal | 110 | 116 | 324 | 102 | 77 | 0 | 21 | 355 | 76 | 70 |
| Binary | 1001000 | 1001110 | 11010100 | 1000010 | 111111 | 0 | 10001 | 11101101 | 111110 | 111000 |
Color Harmonies of #484ED4
Complementary color
Monochromatic Colors of #484ED4
Black with #484ED4
Text Example
Text Example
White with #484ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ED4; }
p { color: rgb(72,78,212); }
H1.HeaderClassName
{
color: #484ED4;
}
.AnyTagClassName
{
color: #484ED4;
}
</style>
background-color css
<style>
a { background-color: #484ED4; }
a { background-color: rgb(72,78,212); }
div.DivClassName
{
background-color: #484ED4;
}
.BgClassName
{
background-color: #484ED4;
}
</style>
border-color css
<style>
span { border-color: #484ED4; }
span { border-color: rgb(72,78,212); }
td.TdClassName
{
border-color: #484ED4;
}
.TagClassName
{
border-color: #484ED4;
}
</style>