Shades of Free Speech Blue #484ADF
Tints of Free Speech Blue #484ADF
RGB
CMYK
RGB Variations
Color information
#484ADF (or 0x484ADF) is known color: Free Speech Blue. HEX triplet: 48, 4A and DF. RGB value is (72,74,223). Sum of RGB (Red+Green+Blue) = 72+74+223=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #484ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ADF is #B7B520. Grayscale: #595959. Windows color (decimal): -12039457 or 14633544. OLE color: 14633544.
HSL color Cylindrical-coordinate representation of color #484ADF: hue angle of 239.21º 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 #484ADF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 74 | 223 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.13 |
| HSL | 239.21º | 0.7% | 0.58% | - |
| HSV(B) | 239.21º | 0.68% | 0.87% | - |
| XYZ | 18.44 | 11.6 | 71.08 | - |
| YUV | 90.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 223 | 0.68 | 0.67 | 0 | 0.13 | 239.21 | 0.7 | 0.58 |
| Hex | 48 | 4A | DF | 44 | 43 | 0 | D | EF | 46 | 3A |
| Octal | 110 | 112 | 337 | 104 | 103 | 0 | 15 | 357 | 106 | 72 |
| Binary | 1001000 | 1001010 | 11011111 | 1000100 | 1000011 | 0 | 1101 | 11101111 | 1000110 | 111010 |
Color Harmonies of #484ADF
Complementary color
Monochromatic Colors of #484ADF
Black with #484ADF
Text Example
Text Example
White with #484ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484ADF; }
p { color: rgb(72,74,223); }
H1.HeaderClassName
{
color: #484ADF;
}
.AnyTagClassName
{
color: #484ADF;
}
</style>
background-color css
<style>
a { background-color: #484ADF; }
a { background-color: rgb(72,74,223); }
div.DivClassName
{
background-color: #484ADF;
}
.BgClassName
{
background-color: #484ADF;
}
</style>
border-color css
<style>
span { border-color: #484ADF; }
span { border-color: rgb(72,74,223); }
td.TdClassName
{
border-color: #484ADF;
}
.TagClassName
{
border-color: #484ADF;
}
</style>