Shades of Free Speech Blue #484FDF
Tints of Free Speech Blue #484FDF
RGB
CMYK
RGB Variations
Color information
#484FDF (or 0x484FDF) is known color: Free Speech Blue. HEX triplet: 48, 4F and DF. RGB value is (72,79,223). Sum of RGB (Red+Green+Blue) = 72+79+223=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #484FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FDF is #B7B020. Grayscale: #5C5C5C. Windows color (decimal): -12038177 or 14634824. OLE color: 14634824.
HSL color Cylindrical-coordinate representation of color #484FDF: hue angle of 237.22º 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 #484FDF is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 79 | 223 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.13 |
| HSL | 237.22º | 0.7% | 0.58% | - |
| HSV(B) | 237.22º | 0.68% | 0.87% | - |
| XYZ | 18.79 | 12.3 | 71.2 | - |
| YUV | 93.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 223 | 0.68 | 0.65 | 0 | 0.13 | 237.22 | 0.7 | 0.58 |
| Hex | 48 | 4F | DF | 44 | 41 | 0 | D | ED | 46 | 3A |
| Octal | 110 | 117 | 337 | 104 | 101 | 0 | 15 | 355 | 106 | 72 |
| Binary | 1001000 | 1001111 | 11011111 | 1000100 | 1000001 | 0 | 1101 | 11101101 | 1000110 | 111010 |
Color Harmonies of #484FDF
Complementary color
Monochromatic Colors of #484FDF
Black with #484FDF
Text Example
Text Example
White with #484FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484FDF; }
p { color: rgb(72,79,223); }
H1.HeaderClassName
{
color: #484FDF;
}
.AnyTagClassName
{
color: #484FDF;
}
</style>
background-color css
<style>
a { background-color: #484FDF; }
a { background-color: rgb(72,79,223); }
div.DivClassName
{
background-color: #484FDF;
}
.BgClassName
{
background-color: #484FDF;
}
</style>
border-color css
<style>
span { border-color: #484FDF; }
span { border-color: rgb(72,79,223); }
td.TdClassName
{
border-color: #484FDF;
}
.TagClassName
{
border-color: #484FDF;
}
</style>