Shades of Free Speech Blue #484CDF
Tints of Free Speech Blue #484CDF
RGB
CMYK
RGB Variations
Color information
#484CDF (or 0x484CDF) is known color: Free Speech Blue. HEX triplet: 48, 4C and DF. RGB value is (72,76,223). Sum of RGB (Red+Green+Blue) = 72+76+223=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #484CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CDF is #B7B320. Grayscale: #5A5A5A. Windows color (decimal): -12038945 or 14634056. OLE color: 14634056.
HSL color Cylindrical-coordinate representation of color #484CDF: hue angle of 238.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484CDF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 76 | 223 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.13 |
| HSL | 238.41º | 0.7% | 0.58% | - |
| HSV(B) | 238.41º | 0.68% | 0.87% | - |
| XYZ | 18.58 | 11.87 | 71.12 | - |
| YUV | 91.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 223 | 0.68 | 0.66 | 0 | 0.13 | 238.41 | 0.7 | 0.58 |
| Hex | 48 | 4C | DF | 44 | 42 | 0 | D | EE | 46 | 3A |
| Octal | 110 | 114 | 337 | 104 | 102 | 0 | 15 | 356 | 106 | 72 |
| Binary | 1001000 | 1001100 | 11011111 | 1000100 | 1000010 | 0 | 1101 | 11101110 | 1000110 | 111010 |
Color Harmonies of #484CDF
Complementary color
Monochromatic Colors of #484CDF
Black with #484CDF
Text Example
Text Example
White with #484CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484CDF; }
p { color: rgb(72,76,223); }
H1.HeaderClassName
{
color: #484CDF;
}
.AnyTagClassName
{
color: #484CDF;
}
</style>
background-color css
<style>
a { background-color: #484CDF; }
a { background-color: rgb(72,76,223); }
div.DivClassName
{
background-color: #484CDF;
}
.BgClassName
{
background-color: #484CDF;
}
</style>
border-color css
<style>
span { border-color: #484CDF; }
span { border-color: rgb(72,76,223); }
td.TdClassName
{
border-color: #484CDF;
}
.TagClassName
{
border-color: #484CDF;
}
</style>