Shades of Free Speech Blue #485CBA
Tints of Free Speech Blue #485CBA
RGB
CMYK
RGB Variations
Color information
#485CBA (or 0x485CBA) is known color: Free Speech Blue. HEX triplet: 48, 5C and BA. RGB value is (72,92,186). Sum of RGB (Red+Green+Blue) = 72+92+186=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #485CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CBA is #B7A345. Grayscale: #606060. Windows color (decimal): -12034886 or 12213320. OLE color: 12213320.
HSL color Cylindrical-coordinate representation of color #485CBA: hue angle of 229.47º 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 #485CBA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 92 | 186 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.27 |
| HSL | 229.47º | 0.45% | 0.51% | - |
| HSV(B) | 229.47º | 0.61% | 0.73% | - |
| XYZ | 15.36 | 12.58 | 48.07 | - |
| YUV | 96.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 186 | 0.61 | 0.51 | 0 | 0.27 | 229.47 | 0.45 | 0.51 |
| Hex | 48 | 5C | BA | 3D | 33 | 0 | 1B | E5 | 2D | 33 |
| Octal | 110 | 134 | 272 | 75 | 63 | 0 | 33 | 345 | 55 | 63 |
| Binary | 1001000 | 1011100 | 10111010 | 111101 | 110011 | 0 | 11011 | 11100101 | 101101 | 110011 |
Color Harmonies of #485CBA
Complementary color
Monochromatic Colors of #485CBA
Black with #485CBA
Text Example
Text Example
White with #485CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CBA; }
p { color: rgb(72,92,186); }
H1.HeaderClassName
{
color: #485CBA;
}
.AnyTagClassName
{
color: #485CBA;
}
</style>
background-color css
<style>
a { background-color: #485CBA; }
a { background-color: rgb(72,92,186); }
div.DivClassName
{
background-color: #485CBA;
}
.BgClassName
{
background-color: #485CBA;
}
</style>
border-color css
<style>
span { border-color: #485CBA; }
span { border-color: rgb(72,92,186); }
td.TdClassName
{
border-color: #485CBA;
}
.TagClassName
{
border-color: #485CBA;
}
</style>