Shades of Free Speech Blue #484DCD
Tints of Free Speech Blue #484DCD
RGB
CMYK
RGB Variations
Color information
#484DCD (or 0x484DCD) is known color: Free Speech Blue. HEX triplet: 48, 4D and CD. RGB value is (72,77,205). Sum of RGB (Red+Green+Blue) = 72+77+205=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #484DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DCD is #B7B232. Grayscale: #595959. Windows color (decimal): -12038707 or 13454664. OLE color: 13454664.
HSL color Cylindrical-coordinate representation of color #484DCD: hue angle of 237.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484DCD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 77 | 205 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.20 |
| HSL | 237.74º | 0.57% | 0.54% | - |
| HSV(B) | 237.74º | 0.65% | 0.8% | - |
| XYZ | 16.35 | 11.09 | 59.04 | - |
| YUV | 90.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 205 | 0.65 | 0.62 | 0 | 0.20 | 237.74 | 0.57 | 0.54 |
| Hex | 48 | 4D | CD | 41 | 3E | 0 | 14 | EE | 39 | 36 |
| Octal | 110 | 115 | 315 | 101 | 76 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1001000 | 1001101 | 11001101 | 1000001 | 111110 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #484DCD
Complementary color
Monochromatic Colors of #484DCD
Black with #484DCD
Text Example
Text Example
White with #484DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484DCD; }
p { color: rgb(72,77,205); }
H1.HeaderClassName
{
color: #484DCD;
}
.AnyTagClassName
{
color: #484DCD;
}
</style>
background-color css
<style>
a { background-color: #484DCD; }
a { background-color: rgb(72,77,205); }
div.DivClassName
{
background-color: #484DCD;
}
.BgClassName
{
background-color: #484DCD;
}
</style>
border-color css
<style>
span { border-color: #484DCD; }
span { border-color: rgb(72,77,205); }
td.TdClassName
{
border-color: #484DCD;
}
.TagClassName
{
border-color: #484DCD;
}
</style>