Shades of Free Speech Blue #484DDD
Tints of Free Speech Blue #484DDD
RGB
CMYK
RGB Variations
Color information
#484DDD (or 0x484DDD) is known color: Free Speech Blue. HEX triplet: 48, 4D and DD. RGB value is (72,77,221). Sum of RGB (Red+Green+Blue) = 72+77+221=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #484DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DDD is #B7B222. Grayscale: #5B5B5B. Windows color (decimal): -12038691 or 14503240. OLE color: 14503240.
HSL color Cylindrical-coordinate representation of color #484DDD: hue angle of 237.99º 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 #484DDD is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 77 | 221 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.13 |
| HSL | 237.99º | 0.69% | 0.57% | - |
| HSV(B) | 237.99º | 0.67% | 0.87% | - |
| XYZ | 18.38 | 11.91 | 69.74 | - |
| YUV | 91.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 221 | 0.67 | 0.65 | 0 | 0.13 | 237.99 | 0.69 | 0.57 |
| Hex | 48 | 4D | DD | 43 | 41 | 0 | D | EE | 45 | 39 |
| Octal | 110 | 115 | 335 | 103 | 101 | 0 | 15 | 356 | 105 | 71 |
| Binary | 1001000 | 1001101 | 11011101 | 1000011 | 1000001 | 0 | 1101 | 11101110 | 1000101 | 111001 |
Color Harmonies of #484DDD
Complementary color
Monochromatic Colors of #484DDD
Black with #484DDD
Text Example
Text Example
White with #484DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DDD; }
p { color: rgb(72,77,221); }
H1.HeaderClassName
{
color: #484DDD;
}
.AnyTagClassName
{
color: #484DDD;
}
</style>
background-color css
<style>
a { background-color: #484DDD; }
a { background-color: rgb(72,77,221); }
div.DivClassName
{
background-color: #484DDD;
}
.BgClassName
{
background-color: #484DDD;
}
</style>
border-color css
<style>
span { border-color: #484DDD; }
span { border-color: rgb(72,77,221); }
td.TdClassName
{
border-color: #484DDD;
}
.TagClassName
{
border-color: #484DDD;
}
</style>