Shades of Free Speech Blue #484ED2
Tints of Free Speech Blue #484ED2
RGB
CMYK
RGB Variations
Color information
#484ED2 (or 0x484ED2) is known color: Free Speech Blue. HEX triplet: 48, 4E and D2. RGB value is (72,78,210). Sum of RGB (Red+Green+Blue) = 72+78+210=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 210 (82.42% from 255 or 58.33% from 360); Max value from RGB is 210 - color contains mainly: blue. Hex color #484ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED2 is #B7B12D. Grayscale: #5A5A5A. Windows color (decimal): -12038446 or 13782600. OLE color: 13782600.
HSL color Cylindrical-coordinate representation of color #484ED2: hue angle of 237.39º degrees, saturation: 0.61, 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 #484ED2 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 78 | 210 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.18 |
| HSL | 237.39º | 0.61% | 0.55% | - |
| HSV(B) | 237.39º | 0.66% | 0.82% | - |
| XYZ | 17.03 | 11.48 | 62.29 | - |
| YUV | 91.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 210 | 0.66 | 0.63 | 0 | 0.18 | 237.39 | 0.61 | 0.55 |
| Hex | 48 | 4E | D2 | 42 | 3F | 0 | 12 | ED | 3D | 37 |
| Octal | 110 | 116 | 322 | 102 | 77 | 0 | 22 | 355 | 75 | 67 |
| Binary | 1001000 | 1001110 | 11010010 | 1000010 | 111111 | 0 | 10010 | 11101101 | 111101 | 110111 |
Color Harmonies of #484ED2
Complementary color
Monochromatic Colors of #484ED2
Black with #484ED2
Text Example
Text Example
White with #484ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ED2; }
p { color: rgb(72,78,210); }
H1.HeaderClassName
{
color: #484ED2;
}
.AnyTagClassName
{
color: #484ED2;
}
</style>
background-color css
<style>
a { background-color: #484ED2; }
a { background-color: rgb(72,78,210); }
div.DivClassName
{
background-color: #484ED2;
}
.BgClassName
{
background-color: #484ED2;
}
</style>
border-color css
<style>
span { border-color: #484ED2; }
span { border-color: rgb(72,78,210); }
td.TdClassName
{
border-color: #484ED2;
}
.TagClassName
{
border-color: #484ED2;
}
</style>