Shades of Free Speech Blue #485DBA
Tints of Free Speech Blue #485DBA
RGB
CMYK
RGB Variations
Color information
#485DBA (or 0x485DBA) is known color: Free Speech Blue. HEX triplet: 48, 5D and BA. RGB value is (72,93,186). Sum of RGB (Red+Green+Blue) = 72+93+186=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #485DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DBA is #B7A245. Grayscale: #606060. Windows color (decimal): -12034630 or 12213576. OLE color: 12213576.
HSL color Cylindrical-coordinate representation of color #485DBA: hue angle of 228.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485DBA is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 93 | 186 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.27 |
| HSL | 228.95º | 0.45% | 0.51% | - |
| HSV(B) | 228.95º | 0.61% | 0.73% | - |
| XYZ | 15.45 | 12.75 | 48.1 | - |
| YUV | 97.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 186 | 0.61 | 0.5 | 0 | 0.27 | 228.95 | 0.45 | 0.51 |
| Hex | 48 | 5D | BA | 3D | 32 | 0 | 1B | E5 | 2D | 33 |
| Octal | 110 | 135 | 272 | 75 | 62 | 0 | 33 | 345 | 55 | 63 |
| Binary | 1001000 | 1011101 | 10111010 | 111101 | 110010 | 0 | 11011 | 11100101 | 101101 | 110011 |
Color Harmonies of #485DBA
Complementary color
Monochromatic Colors of #485DBA
Black with #485DBA
Text Example
Text Example
White with #485DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DBA; }
p { color: rgb(72,93,186); }
H1.HeaderClassName
{
color: #485DBA;
}
.AnyTagClassName
{
color: #485DBA;
}
</style>
background-color css
<style>
a { background-color: #485DBA; }
a { background-color: rgb(72,93,186); }
div.DivClassName
{
background-color: #485DBA;
}
.BgClassName
{
background-color: #485DBA;
}
</style>
border-color css
<style>
span { border-color: #485DBA; }
span { border-color: rgb(72,93,186); }
td.TdClassName
{
border-color: #485DBA;
}
.TagClassName
{
border-color: #485DBA;
}
</style>