Shades of Free Speech Blue #484FCD
Tints of Free Speech Blue #484FCD
RGB
CMYK
RGB Variations
Color information
#484FCD (or 0x484FCD) is known color: Free Speech Blue. HEX triplet: 48, 4F and CD. RGB value is (72,79,205). Sum of RGB (Red+Green+Blue) = 72+79+205=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #484FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FCD is #B7B032. Grayscale: #5A5A5A. Windows color (decimal): -12038195 or 13455176. OLE color: 13455176.
HSL color Cylindrical-coordinate representation of color #484FCD: hue angle of 236.84º 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 #484FCD is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 79 | 205 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.20 |
| HSL | 236.84º | 0.57% | 0.54% | - |
| HSV(B) | 236.84º | 0.65% | 0.8% | - |
| XYZ | 16.49 | 11.38 | 59.08 | - |
| YUV | 91.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 205 | 0.65 | 0.61 | 0 | 0.20 | 236.84 | 0.57 | 0.54 |
| Hex | 48 | 4F | CD | 41 | 3D | 0 | 14 | ED | 39 | 36 |
| Octal | 110 | 117 | 315 | 101 | 75 | 0 | 24 | 355 | 71 | 66 |
| Binary | 1001000 | 1001111 | 11001101 | 1000001 | 111101 | 0 | 10100 | 11101101 | 111001 | 110110 |
Color Harmonies of #484FCD
Complementary color
Monochromatic Colors of #484FCD
Black with #484FCD
Text Example
Text Example
White with #484FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FCD; }
p { color: rgb(72,79,205); }
H1.HeaderClassName
{
color: #484FCD;
}
.AnyTagClassName
{
color: #484FCD;
}
</style>
background-color css
<style>
a { background-color: #484FCD; }
a { background-color: rgb(72,79,205); }
div.DivClassName
{
background-color: #484FCD;
}
.BgClassName
{
background-color: #484FCD;
}
</style>
border-color css
<style>
span { border-color: #484FCD; }
span { border-color: rgb(72,79,205); }
td.TdClassName
{
border-color: #484FCD;
}
.TagClassName
{
border-color: #484FCD;
}
</style>