Shades of Free Speech Blue #485DB9
Tints of Free Speech Blue #485DB9
RGB
CMYK
RGB Variations
Color information
#485DB9 (or 0x485DB9) is known color: Free Speech Blue. HEX triplet: 48, 5D and B9. RGB value is (72,93,185). Sum of RGB (Red+Green+Blue) = 72+93+185=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #485DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DB9 is #B7A246. Grayscale: #606060. Windows color (decimal): -12034631 or 12148040. OLE color: 12148040.
HSL color Cylindrical-coordinate representation of color #485DB9: hue angle of 228.85º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485DB9 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 93 | 185 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.27 |
| HSL | 228.85º | 0.45% | 0.5% | - |
| HSV(B) | 228.85º | 0.61% | 0.73% | - |
| XYZ | 15.34 | 12.71 | 47.54 | - |
| YUV | 97.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 185 | 0.61 | 0.50 | 0 | 0.27 | 228.85 | 0.45 | 0.5 |
| Hex | 48 | 5D | B9 | 3D | 32 | 0 | 1B | E5 | 2D | 32 |
| Octal | 110 | 135 | 271 | 75 | 62 | 0 | 33 | 345 | 55 | 62 |
| Binary | 1001000 | 1011101 | 10111001 | 111101 | 110010 | 0 | 11011 | 11100101 | 101101 | 110010 |
Color Harmonies of #485DB9
Complementary color
Monochromatic Colors of #485DB9
Black with #485DB9
Text Example
Text Example
White with #485DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DB9; }
p { color: rgb(72,93,185); }
H1.HeaderClassName
{
color: #485DB9;
}
.AnyTagClassName
{
color: #485DB9;
}
</style>
background-color css
<style>
a { background-color: #485DB9; }
a { background-color: rgb(72,93,185); }
div.DivClassName
{
background-color: #485DB9;
}
.BgClassName
{
background-color: #485DB9;
}
</style>
border-color css
<style>
span { border-color: #485DB9; }
span { border-color: rgb(72,93,185); }
td.TdClassName
{
border-color: #485DB9;
}
.TagClassName
{
border-color: #485DB9;
}
</style>