Shades of Free Speech Blue #484BDF
Tints of Free Speech Blue #484BDF
RGB
CMYK
RGB Variations
Color information
#484BDF (or 0x484BDF) is known color: Free Speech Blue. HEX triplet: 48, 4B and DF. RGB value is (72,75,223). Sum of RGB (Red+Green+Blue) = 72+75+223=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #484BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BDF is #B7B420. Grayscale: #5A5A5A. Windows color (decimal): -12039201 or 14633800. OLE color: 14633800.
HSL color Cylindrical-coordinate representation of color #484BDF: hue angle of 238.81º 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 #484BDF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 75 | 223 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.13 |
| HSL | 238.81º | 0.7% | 0.58% | - |
| HSV(B) | 238.81º | 0.68% | 0.87% | - |
| XYZ | 18.51 | 11.74 | 71.1 | - |
| YUV | 90.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 223 | 0.68 | 0.66 | 0 | 0.13 | 238.81 | 0.7 | 0.58 |
| Hex | 48 | 4B | DF | 44 | 42 | 0 | D | EF | 46 | 3A |
| Octal | 110 | 113 | 337 | 104 | 102 | 0 | 15 | 357 | 106 | 72 |
| Binary | 1001000 | 1001011 | 11011111 | 1000100 | 1000010 | 0 | 1101 | 11101111 | 1000110 | 111010 |
Color Harmonies of #484BDF
Complementary color
Monochromatic Colors of #484BDF
Black with #484BDF
Text Example
Text Example
White with #484BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484BDF; }
p { color: rgb(72,75,223); }
H1.HeaderClassName
{
color: #484BDF;
}
.AnyTagClassName
{
color: #484BDF;
}
</style>
background-color css
<style>
a { background-color: #484BDF; }
a { background-color: rgb(72,75,223); }
div.DivClassName
{
background-color: #484BDF;
}
.BgClassName
{
background-color: #484BDF;
}
</style>
border-color css
<style>
span { border-color: #484BDF; }
span { border-color: rgb(72,75,223); }
td.TdClassName
{
border-color: #484BDF;
}
.TagClassName
{
border-color: #484BDF;
}
</style>